Html Css Color HEX #CAB9AD Tide

📋 copy color: '#CAB9AD'

red 202 ◦ green 185 ◦ blue 173

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

Shades of Tide #CAB9AD

Tints of Tide #CAB9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.04%

 BLUE value IS 173 (67.97% from 255) = 30.89%

R = 36.07%
G = 33.04%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CAB9AD (or 0xCAB9AD) is known color: Tide. HEX triplet: CA, B9 and AD. RGB value is (202,185,173). Sum of RGB (Red+Green+Blue) = 202+185+173=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB9AD is #354652. Grayscale: #BCBCBC. Windows color (decimal): -3491411 or 11385290. OLE color: 11385290.

HSL color Cylindrical-coordinate representation of color #CAB9AD: hue angle of 24.83º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB9AD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 173 -
CMYK 0 0.08 0.14 0.21
HSL 24.83º 0.21% 0.74% -
HSV(B) 24.83º 0.14% 0.79% -
XYZ 49.25 50.27 46.64 -
YUV 188.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 202 185 173 0 0.08 0.14 0.21 24.83 0.21 0.74
Hex CA B9 AD 0 8 E 15 19 15 4A
Octal 312 271 255 0 10 16 25 31 25 112
Binary 11001010 10111001 10101101 0 1000 1110 10101 11001 10101 1001010

Color Harmonies of #CAB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9AD

Black with #CAB9AD

Text Example


Text Example

White with #CAB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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