#CACBA8

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

Shades of Orinoco #CACBA8

Tints of Orinoco #CACBA8

Color information

#CACBA8 (or 0xCACBA8) is unknown color: approx Orinoco. HEX triplet: CA, CB and A8. RGB value is (202,203,168). Sum of RGB (Red+Green+Blue) = 202+203+168=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBA8 is #353457. Grayscale: #C6C6C6. Windows color (decimal): -3486808 or 11062218. OLE color: 11062218.

HSL color Cylindrical-coordinate representation of color #CACBA8: hue angle of 61.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACBA8 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB202203168-
CMYK0.0000.170.20
HSL61.71º25.18%72.75%-
HSV(B)61.71º17.24%79.61%-
XYZ52.7858.145.48-
YUV198.71110.67130.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 168 (66.02% from 255) = 29.32%
R=35.25%
G=35.43%
B=29.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031680.0000.170.2061.7125.1872.75
HexCACBA80011143e1949
Octal3123132500021247631111
Binary110010101100101110101000001000110100111110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBA8; }

 p { color: rgb(202,203,168); }

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

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

 a { background-color: rgb(202,203,168); }

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

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

 span { border-color: rgb(202,203,168); }

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