#CACEB0

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

Shades of Orinoco #CACEB0

Tints of Orinoco #CACEB0

Color information

#CACEB0 (or 0xCACEB0) is unknown color: approx Orinoco. HEX triplet: CA, CE and B0. RGB value is (202,206,176). Sum of RGB (Red+Green+Blue) = 202+206+176=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEB0 is #35314F. Grayscale: #C9C9C9. Windows color (decimal): -3486032 or 11587274. OLE color: 11587274.

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

Color convert

RGB202206176-
CMYK0.0200.150.19
HSL68º23.44%74.9%-
HSV(B)68º14.56%80.78%-
XYZ54.2659.8349.76-
YUV201.38113.67128.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=34.59%
G=35.27%
B=30.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061760.0200.150.196823.4474.9
HexCACEB020F1344174b
Octal31231626020172310427113
Binary1100101011001110101100001001111100111000100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEB0; }

 p { color: rgb(202,206,176); }

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

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

 a { background-color: rgb(202,206,176); }

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

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

 span { border-color: rgb(202,206,176); }

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