#CAD1AE

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

Shades of Orinoco #CAD1AE

Tints of Orinoco #CAD1AE

Color information

#CAD1AE (or 0xCAD1AE) is unknown color: approx Orinoco. HEX triplet: CA, D1 and AE. RGB value is (202,209,174). Sum of RGB (Red+Green+Blue) = 202+209+174=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD1AE is #352E51. Grayscale: #CBCBCB. Windows color (decimal): -3485266 or 11456970. OLE color: 11456970.

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

Color convert

RGB202209174-
CMYK0.0300.170.18
HSL72º27.56%75.1%-
HSV(B)72º16.75%81.96%-
XYZ54.861.2148.97-
YUV202.92111.68127.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=34.53%
G=35.73%
B=29.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091740.0300.170.187227.5675.1
HexCAD1AE301112481c4b
Octal31232125630212211034113
Binary11001010110100011010111011010001100101001000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1AE; }

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

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

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

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

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

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

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

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