Html Css Color HEX #CAB2AD Cold Turkey

📋 copy color: '#CAB2AD'

red 202 ◦ green 178 ◦ blue 173

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

Shades of Cold Turkey #CAB2AD

Tints of Cold Turkey #CAB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.19%

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

R = 36.53%
G = 32.19%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CAB2AD (or 0xCAB2AD) is known color: Cold Turkey. HEX triplet: CA, B2 and AD. RGB value is (202,178,173). Sum of RGB (Red+Green+Blue) = 202+178+173=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2AD is #354D52. Grayscale: #B8B8B8. Windows color (decimal): -3493203 or 11383498. OLE color: 11383498.

HSL color Cylindrical-coordinate representation of color #CAB2AD: hue angle of 10.34º 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 #CAB2AD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 173 -
CMYK 0 0.12 0.14 0.21
HSL 10.34º 0.21% 0.74% -
HSV(B) 10.34º 0.14% 0.79% -
XYZ 47.82 47.41 46.17 -
YUV 184.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 202 178 173 0 0.12 0.14 0.21 10.34 0.21 0.74
Hex CA B2 AD 0 C E 15 A 15 4A
Octal 312 262 255 0 14 16 25 12 25 112
Binary 11001010 10110010 10101101 0 1100 1110 10101 1010 10101 1001010

Color Harmonies of #CAB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2AD

Black with #CAB2AD

Text Example


Text Example

White with #CAB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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