#CABAB6

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

Shades of Cold Turkey #CABAB6

Tints of Cold Turkey #CABAB6

Color information

#CABAB6 (or 0xCABAB6) is unknown color: approx Cold Turkey. HEX triplet: CA, BA and B6. RGB value is (202,186,182). Sum of RGB (Red+Green+Blue) = 202+186+182=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB6 is #354549. Grayscale: #BEBEBE. Windows color (decimal): -3491146 or 11975370. OLE color: 11975370.

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

Color convert

RGB202186182-
CMYK00.080.100.21
HSL12º15.87%75.29%-
HSV(B)12º9.9%79.22%-
XYZ50.3651.0551.46-
YUV190.33123.3136.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=35.44%
G=32.63%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218618200.080.100.211215.8775.29
HexCABAB608A15c104b
Octal31227226601012251420113
Binary110010101011101010110110010001010101011100100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB6; }

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

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

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

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

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

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

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

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