#CBCEA2

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

Shades of Orinoco #CBCEA2

Tints of Orinoco #CBCEA2

Color information

#CBCEA2 (or 0xCBCEA2) is unknown color: approx Orinoco. HEX triplet: CB, CE and A2. RGB value is (203,206,162). Sum of RGB (Red+Green+Blue) = 203+206+162=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA2 is #34315D. Grayscale: #C8C8C8. Windows color (decimal): -3420510 or 10669771. OLE color: 10669771.

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

Color convert

RGB203206162-
CMYK0.0100.210.19
HSL64.09º30.99%72.16%-
HSV(B)64.09º21.36%80.78%-
XYZ53.2259.4542.85-
YUV200.09106.51130.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 162 (63.67% from 255) = 28.37%
R=35.55%
G=36.08%
B=28.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061620.0100.210.1964.0930.9972.16
HexCBCEA2101513401f48
Octal31331624210252310037110
Binary1100101111001110101000101010101100111000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEA2; }

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

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

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

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

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

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

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

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