#CAD1AC

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

Shades of Orinoco #CAD1AC

Tints of Orinoco #CAD1AC

Color information

#CAD1AC (or 0xCAD1AC) is unknown color: approx Orinoco. HEX triplet: CA, D1 and AC. RGB value is (202,209,172). Sum of RGB (Red+Green+Blue) = 202+209+172=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD1AC is #352E53. Grayscale: #CACACA. Windows color (decimal): -3485268 or 11325898. OLE color: 11325898.

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

Color convert

RGB202209172-
CMYK0.0300.180.18
HSL71.35º28.68%74.71%-
HSV(B)71.35º17.7%81.96%-
XYZ54.661.1447.95-
YUV202.69110.68127.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=34.65%
G=35.85%
B=29.50%

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
Decimal2022091720.0300.180.1871.3528.6874.71
HexCAD1AC301212471d4b
Octal31232125430222210735113
Binary11001010110100011010110011010010100101000111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1AC; }

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

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

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

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

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

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

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

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