#CAB6B1

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

Shades of Cold Turkey #CAB6B1

Tints of Cold Turkey #CAB6B1

Color information

#CAB6B1 (or 0xCAB6B1) is unknown color: approx Cold Turkey. HEX triplet: CA, B6 and B1. RGB value is (202,182,177). Sum of RGB (Red+Green+Blue) = 202+182+177=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6B1 is #35494E. Grayscale: #BBBBBB. Windows color (decimal): -3492175 or 11646666. OLE color: 11646666.

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

Color convert

RGB202182177-
CMYK00.100.120.21
HSL12º19.08%74.31%-
HSV(B)12º12.38%79.22%-
XYZ49.0249.1948.51-
YUV187.41122.13138.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 177 (69.53% from 255) = 31.55%
R=36.01%
G=32.44%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218217700.100.120.211219.0874.31
HexCAB6B10AC15c134a
Octal31226626101214251423112
Binary110010101011011010110001010101100101011100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6B1; }

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

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

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

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

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

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

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

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