Html Css Color HEX #CAD2AB Orinoco

📋 copy color: '#CAD2AB'

red 202 ◦ green 210 ◦ blue 171

#CAD2AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CAD2AB

Tints of Orinoco #CAD2AB

RGB

 RED value IS 202 (79.3% from 255) = 34.65%

 GREEN value IS 210 (82.42% from 255) = 36.02%

 BLUE value IS 171 (67.19% from 255) = 29.33%

R = 34.65%
G = 36.02%
B = 29.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#CAD2AB (or 0xCAD2AB) is known color: Orinoco. HEX triplet: CA, D2 and AB. RGB value is (202,210,171). Sum of RGB (Red+Green+Blue) = 202+210+171=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD2AB is #352D54. Grayscale: #CBCBCB. Windows color (decimal): -3485013 or 11260618. OLE color: 11260618.

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

Color convert

RGB 202 210 171 -
CMYK 0.04 0 0.19 0.18
HSL 72.31º 0.3% 0.75% -
HSV(B) 72.31º 0.19% 0.82% -
XYZ 54.75 61.59 47.53 -
YUV 203.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 202 210 171 0.04 0 0.19 0.18 72.31 0.3 0.75
Hex CA D2 AB 4 0 13 12 48 1E 4B
Octal 312 322 253 4 0 23 22 110 36 113
Binary 11001010 11010010 10101011 100 0 10011 10010 1001000 11110 1001011

Color Harmonies of #CAD2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD2AB

Black with #CAD2AB

Text Example


Text Example

White with #CAD2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD2AB; }

 p { color: rgb(202,210,171); }

 H1.HeaderClassName
 {
   color: #CAD2AB;
 }
 .AnyTagClassName
 {
   color: #CAD2AB;
 }
</style>

background-color css

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

 a { background-color: rgb(202,210,171); }

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

border-color css

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

 span { border-color: rgb(202,210,171); }

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