#CAD0AD

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

Shades of Orinoco #CAD0AD

Tints of Orinoco #CAD0AD

Color information

#CAD0AD (or 0xCAD0AD) is unknown color: approx Orinoco. HEX triplet: CA, D0 and AD. RGB value is (202,208,173). Sum of RGB (Red+Green+Blue) = 202+208+173=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD0AD is #352F52. Grayscale: #CACACA. Windows color (decimal): -3485523 or 11391178. OLE color: 11391178.

HSL color Cylindrical-coordinate representation of color #CAD0AD: hue angle of 70.29º degrees, saturation: 0.27, 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 #CAD0AD is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB202208173-
CMYK0.0300.170.18
HSL70.29º27.13%74.71%-
HSV(B)70.29º16.83%81.57%-
XYZ54.4660.6948.38-
YUV202.22111.51127.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=34.65%
G=35.68%
B=29.67%

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
Decimal2022081730.0300.170.1870.2927.1374.71
HexCAD0AD301112461b4b
Octal31232025530212210633113
Binary11001010110100001010110111010001100101000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0AD; }

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

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

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

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

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

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

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

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