#CAD1AA

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

Shades of Orinoco #CAD1AA

Tints of Orinoco #CAD1AA

Color information

#CAD1AA (or 0xCAD1AA) is unknown color: approx Orinoco. HEX triplet: CA, D1 and AA. RGB value is (202,209,170). Sum of RGB (Red+Green+Blue) = 202+209+170=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD1AA is #352E55. Grayscale: #CACACA. Windows color (decimal): -3485270 or 11194826. OLE color: 11194826.

HSL color Cylindrical-coordinate representation of color #CAD1AA: hue angle of 70.77º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD1AA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB202209170-
CMYK0.0300.190.18
HSL70.77º29.77%74.31%-
HSV(B)70.77º18.66%81.96%-
XYZ54.4161.0646.95-
YUV202.46109.68127.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=34.77%
G=35.97%
B=29.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091700.0300.190.1870.7729.7774.31
HexCAD1AA301312471e4a
Octal31232125230232210736112
Binary11001010110100011010101011010011100101000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1AA; }

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

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

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

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

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

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

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

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