#CBCDA9

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

Shades of Orinoco #CBCDA9

Tints of Orinoco #CBCDA9

Color information

#CBCDA9 (or 0xCBCDA9) is unknown color: approx Orinoco. HEX triplet: CB, CD and A9. RGB value is (203,205,169). Sum of RGB (Red+Green+Blue) = 203+205+169=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCDA9 is #343256. Grayscale: #C8C8C8. Windows color (decimal): -3420759 or 11128267. OLE color: 11128267.

HSL color Cylindrical-coordinate representation of color #CBCDA9: hue angle of 63.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBCDA9 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB203205169-
CMYK0.0100.180.20
HSL63.33º26.47%73.33%-
HSV(B)63.33º17.56%80.39%-
XYZ53.6259.2246.14-
YUV200.3110.34129.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=35.18%
G=35.53%
B=29.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051690.0100.180.2063.3326.4773.33
HexCBCDA91012143f1a49
Octal3133152511022247732111
Binary110010111100110110101001101001010100111111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDA9; }

 p { color: rgb(203,205,169); }

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

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

 a { background-color: rgb(203,205,169); }

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

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

 span { border-color: rgb(203,205,169); }

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