#CACBAA

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

Shades of Orinoco #CACBAA

Tints of Orinoco #CACBAA

Color information

#CACBAA (or 0xCACBAA) is unknown color: approx Orinoco. HEX triplet: CA, CB and AA. RGB value is (202,203,170). Sum of RGB (Red+Green+Blue) = 202+203+170=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBAA is #353455. Grayscale: #C7C7C7. Windows color (decimal): -3486806 or 11193290. OLE color: 11193290.

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

Color convert

RGB202203170-
CMYK0.0000.160.20
HSL61.82º24.09%73.14%-
HSV(B)61.82º16.26%79.61%-
XYZ52.9758.1746.47-
YUV198.94111.67130.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=35.13%
G=35.30%
B=29.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031700.0000.160.2061.8224.0973.14
HexCACBAA0010143e1849
Octal3123132520020247630111
Binary110010101100101110101010001000010100111110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBAA; }

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

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

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

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

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

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

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

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