Html Css Color HEX #CAB0AB Cold Turkey

📋 copy color: '#CAB0AB'

red 202 ◦ green 176 ◦ blue 171

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

Shades of Cold Turkey #CAB0AB

Tints of Cold Turkey #CAB0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.06%

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

R = 36.79%
G = 32.06%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CAB0AB (or 0xCAB0AB) is known color: Cold Turkey. HEX triplet: CA, B0 and AB. RGB value is (202,176,171). Sum of RGB (Red+Green+Blue) = 202+176+171=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0AB is #354F54. Grayscale: #B7B7B7. Windows color (decimal): -3493717 or 11251914. OLE color: 11251914.

HSL color Cylindrical-coordinate representation of color #CAB0AB: hue angle of 9.68º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB0AB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 171 -
CMYK 0 0.13 0.15 0.21
HSL 9.68º 0.23% 0.73% -
HSV(B) 9.68º 0.15% 0.79% -
XYZ 47.23 46.55 45.02 -
YUV 183.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 202 176 171 0 0.13 0.15 0.21 9.68 0.23 0.73
Hex CA B0 AB 0 D F 15 A 17 49
Octal 312 260 253 0 15 17 25 12 27 111
Binary 11001010 10110000 10101011 0 1101 1111 10101 1010 10111 1001001

Color Harmonies of #CAB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0AB

Black with #CAB0AB

Text Example


Text Example

White with #CAB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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