#CAD0AA

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

Shades of Orinoco #CAD0AA

Tints of Orinoco #CAD0AA

Color information

#CAD0AA (or 0xCAD0AA) is unknown color: approx Orinoco. HEX triplet: CA, D0 and AA. RGB value is (202,208,170). Sum of RGB (Red+Green+Blue) = 202+208+170=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD0AA is #352F55. Grayscale: #CACACA. Windows color (decimal): -3485526 or 11194570. OLE color: 11194570.

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

Color convert

RGB202208170-
CMYK0.0300.180.18
HSL69.47º28.79%74.12%-
HSV(B)69.47º18.27%81.57%-
XYZ54.1760.5746.87-
YUV201.87110.01128.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=34.83%
G=35.86%
B=29.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081700.0300.180.1869.4728.7974.12
HexCAD0AA301212451d4a
Octal31232025230222210535112
Binary11001010110100001010101011010010100101000101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0AA; }

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

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

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

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

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

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

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

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