#CACEA5

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

Shades of Orinoco #CACEA5

Tints of Orinoco #CACEA5

Color information

#CACEA5 (or 0xCACEA5) is unknown color: approx Orinoco. HEX triplet: CA, CE and A5. RGB value is (202,206,165). Sum of RGB (Red+Green+Blue) = 202+206+165=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEA5 is #35315A. Grayscale: #C8C8C8. Windows color (decimal): -3486043 or 10866378. OLE color: 10866378.

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

Color convert

RGB202206165-
CMYK0.0200.200.19
HSL65.85º29.5%72.75%-
HSV(B)65.85º19.9%80.78%-
XYZ53.2259.4244.26-
YUV200.13108.17129.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 165 (64.84% from 255) = 28.80%
R=35.25%
G=35.95%
B=28.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061650.0200.200.1965.8529.572.75
HexCACEA5201413421d49
Octal31231624520242310235111
Binary11001010110011101010010110010100100111000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEA5; }

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

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

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

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

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

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

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

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