#CBCDAE

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

Shades of Orinoco #CBCDAE

Tints of Orinoco #CBCDAE

Color information

#CBCDAE (or 0xCBCDAE) is unknown color: approx Orinoco. HEX triplet: CB, CD and AE. RGB value is (203,205,174). Sum of RGB (Red+Green+Blue) = 203+205+174=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCDAE is #343251. Grayscale: #C8C8C8. Windows color (decimal): -3420754 or 11455947. OLE color: 11455947.

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

Color convert

RGB203205174-
CMYK0.0100.150.20
HSL63.87º23.66%74.31%-
HSV(B)63.87º15.12%80.39%-
XYZ54.159.4248.66-
YUV200.87112.84129.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=34.88%
G=35.22%
B=29.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051740.0100.150.2063.8723.6674.31
HexCBCDAE10F1440184a
Octal31331525610172410030112
Binary110010111100110110101110101111101001000000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDAE; }

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

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

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

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

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

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

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

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