#CBCEA6

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

Shades of Orinoco #CBCEA6

Tints of Orinoco #CBCEA6

Color information

#CBCEA6 (or 0xCBCEA6) is unknown color: approx Orinoco. HEX triplet: CB, CE and A6. RGB value is (203,206,166). Sum of RGB (Red+Green+Blue) = 203+206+166=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA6 is #343159. Grayscale: #C8C8C8. Windows color (decimal): -3420506 or 10931915. OLE color: 10931915.

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

Color convert

RGB203206166-
CMYK0.0100.190.19
HSL64.5º28.99%72.94%-
HSV(B)64.5º19.42%80.78%-
XYZ53.5859.5944.75-
YUV200.54108.51129.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=35.30%
G=35.83%
B=28.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061660.0100.190.1964.528.9972.94
HexCBCEA6101313401d49
Octal31331624610232310035111
Binary1100101111001110101001101010011100111000000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEA6; }

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

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

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

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

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

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

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

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