#CAB6B2

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

Shades of Cold Turkey #CAB6B2

Tints of Cold Turkey #CAB6B2

Color information

#CAB6B2 (or 0xCAB6B2) is unknown color: approx Cold Turkey. HEX triplet: CA, B6 and B2. RGB value is (202,182,178). Sum of RGB (Red+Green+Blue) = 202+182+178=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6B2 is #35494D. Grayscale: #BBBBBB. Windows color (decimal): -3492174 or 11712202. OLE color: 11712202.

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

Color convert

RGB202182178-
CMYK00.100.120.21
HSL10º18.46%74.51%-
HSV(B)10º11.88%79.22%-
XYZ49.1249.2349.03-
YUV187.52122.63138.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 178 (69.92% from 255) = 31.67%
R=35.94%
G=32.38%
B=31.67%

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
Decimal20218217800.100.120.211018.4674.51
HexCAB6B20AC15a124b
Octal31226626201214251222113
Binary110010101011011010110010010101100101011010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6B2; }

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

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

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

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

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

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

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

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