#CACDA8

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

Shades of Orinoco #CACDA8

Tints of Orinoco #CACDA8

Color information

#CACDA8 (or 0xCACDA8) is unknown color: approx Orinoco. HEX triplet: CA, CD and A8. RGB value is (202,205,168). Sum of RGB (Red+Green+Blue) = 202+205+168=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDA8 is #353257. Grayscale: #C8C8C8. Windows color (decimal): -3486296 or 11062730. OLE color: 11062730.

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

Color convert

RGB202205168-
CMYK0.0100.180.20
HSL64.86º27.01%73.14%-
HSV(B)64.86º18.05%80.39%-
XYZ53.2659.0545.64-
YUV199.88110.01129.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 168 (66.02% from 255) = 29.22%
R=35.13%
G=35.65%
B=29.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051680.0100.180.2064.8627.0173.14
HexCACDA8101214411b49
Octal31231525010222410133111
Binary1100101011001101101010001010010101001000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDA8; }

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

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

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

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

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

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

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

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