#CAB2AC

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

Shades of Cold Turkey #CAB2AC

Tints of Cold Turkey #CAB2AC

Color information

#CAB2AC (or 0xCAB2AC) is unknown color: approx Cold Turkey. HEX triplet: CA, B2 and AC. RGB value is (202,178,172). Sum of RGB (Red+Green+Blue) = 202+178+172=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2AC is #354D53. Grayscale: #B8B8B8. Windows color (decimal): -3493204 or 11317962. OLE color: 11317962.

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

Color convert

RGB202178172-
CMYK00.120.150.21
HSL12º22.06%73.33%-
HSV(B)12º14.85%79.22%-
XYZ47.7247.3845.66-
YUV184.49120.95140.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=36.59%
G=32.25%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217817200.120.150.211222.0673.33
HexCAB2AC0CF15c1649
Octal31226225401417251426111
Binary110010101011001010101100011001111101011100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2AC; }

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

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

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

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

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

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

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

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