#CBCEA9

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

Shades of Orinoco #CBCEA9

Tints of Orinoco #CBCEA9

Color information

#CBCEA9 (or 0xCBCEA9) is unknown color: approx Orinoco. HEX triplet: CB, CE and A9. RGB value is (203,206,169). Sum of RGB (Red+Green+Blue) = 203+206+169=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA9 is #343156. Grayscale: #C9C9C9. Windows color (decimal): -3420503 or 11128523. OLE color: 11128523.

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

Color convert

RGB203206169-
CMYK0.0100.180.19
HSL64.86º27.41%73.53%-
HSV(B)64.86º17.96%80.78%-
XYZ53.8659.746.22-
YUV200.88110.01129.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=35.12%
G=35.64%
B=29.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061690.0100.180.1964.8627.4173.53
HexCBCEA9101213411b4a
Octal31331625110222310133112
Binary1100101111001110101010011010010100111000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEA9; }

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

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

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

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

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

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

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

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