#CBD6A4

Color #CBD6A4 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CBD6A4

Tints of Orinoco #CBD6A4

Color information

#CBD6A4 (or 0xCBD6A4) is unknown color: approx Orinoco. HEX triplet: CB, D6 and A4. RGB value is (203,214,164). Sum of RGB (Red+Green+Blue) = 203+214+164=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6A4 is #34295B. Grayscale: #CDCDCD. Windows color (decimal): -3418460 or 10802891. OLE color: 10802891.

HSL color Cylindrical-coordinate representation of color #CBD6A4: hue angle of 73.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBD6A4 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB203214164-
CMYK0.0500.230.16
HSL73.2º37.88%74.12%-
HSV(B)73.2º23.36%83.92%-
XYZ55.3863.4744.45-
YUV205.01104.86126.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 164 (64.45% from 255) = 28.23%
R=34.94%
G=36.83%
B=28.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141640.0500.230.1673.237.8874.12
HexCBD6A450171049264a
Octal31332624450272011146112
Binary1100101111010110101001001010101111000010010011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6A4; }

 p { color: rgb(203,214,164); }

 H1.HeaderClassName
 {
   color: #CBD6A4;
 }
 .AnyTagClassName
 {
   color: #CBD6A4;
 }
</style>
background-color css

<style>
 a { background-color: #CBD6A4; }

 a { background-color: rgb(203,214,164); }

 div.DivClassName
 {
   background-color: #CBD6A4;
 }
 .BgClassName
 {
   background-color: #CBD6A4;
 }
</style>
border-color css

<style>
 span { border-color: #CBD6A4; }

 span { border-color: rgb(203,214,164); }

 td.TdClassName
 {
   border-color: #CBD6A4;
 }
 .TagClassName
 {
   border-color: #CBD6A4;
 }
</style>