#CAD0AF

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

Shades of Orinoco #CAD0AF

Tints of Orinoco #CAD0AF

Color information

#CAD0AF (or 0xCAD0AF) is unknown color: approx Orinoco. HEX triplet: CA, D0 and AF. RGB value is (202,208,175). Sum of RGB (Red+Green+Blue) = 202+208+175=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD0AF is #352F50. Grayscale: #CACACA. Windows color (decimal): -3485521 or 11522250. OLE color: 11522250.

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

Color convert

RGB202208175-
CMYK0.0300.160.18
HSL70.91º25.98%75.1%-
HSV(B)70.91º15.87%81.57%-
XYZ54.6560.7649.41-
YUV202.44112.51127.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=34.53%
G=35.56%
B=29.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081750.0300.160.1870.9125.9875.1
HexCAD0AF301012471a4b
Octal31232025730202210732113
Binary11001010110100001010111111010000100101000111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0AF; }

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

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

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

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

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

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

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

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