#CBCEAE

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

Shades of Orinoco #CBCEAE

Tints of Orinoco #CBCEAE

Color information

#CBCEAE (or 0xCBCEAE) is unknown color: approx Orinoco. HEX triplet: CB, CE and AE. RGB value is (203,206,174). Sum of RGB (Red+Green+Blue) = 203+206+174=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEAE is #343151. Grayscale: #C9C9C9. Windows color (decimal): -3420498 or 11456203. OLE color: 11456203.

HSL color Cylindrical-coordinate representation of color #CBCEAE: hue angle of 65.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCEAE is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB203206174-
CMYK0.0100.160.19
HSL65.62º24.62%74.51%-
HSV(B)65.62º15.53%80.78%-
XYZ54.3459.948.74-
YUV201.46112.51129.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=34.82%
G=35.33%
B=29.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061740.0100.160.1965.6224.6274.51
HexCBCEAE10101342194b
Octal31331625610202310231113
Binary1100101111001110101011101010000100111000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEAE; }

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

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

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

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

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

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

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

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