#CAB1AC

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

Shades of Cold Turkey #CAB1AC

Tints of Cold Turkey #CAB1AC

Color information

#CAB1AC (or 0xCAB1AC) is unknown color: approx Cold Turkey. HEX triplet: CA, B1 and AC. RGB value is (202,177,172). Sum of RGB (Red+Green+Blue) = 202+177+172=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1AC is #354E53. Grayscale: #B7B7B7. Windows color (decimal): -3493460 or 11317706. OLE color: 11317706.

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

Color convert

RGB202177172-
CMYK00.120.150.21
HSL10º22.06%73.33%-
HSV(B)10º14.85%79.22%-
XYZ47.5346.9845.59-
YUV183.9121.28140.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=36.66%
G=32.12%
B=31.22%

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
Decimal20217717200.120.150.211022.0673.33
HexCAB1AC0CF15a1649
Octal31226125401417251226111
Binary110010101011000110101100011001111101011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1AC; }

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

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

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

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

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

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

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

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