#CABAB9

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

Shades of Cold Turkey #CABAB9

Tints of Cold Turkey #CABAB9

Color information

#CABAB9 (or 0xCABAB9) is unknown color: approx Cold Turkey. HEX triplet: CA, BA and B9. RGB value is (202,186,185). Sum of RGB (Red+Green+Blue) = 202+186+185=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB9 is #354546. Grayscale: #BEBEBE. Windows color (decimal): -3491143 or 12171978. OLE color: 12171978.

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

Color convert

RGB202186185-
CMYK00.080.080.21
HSL3.53º13.82%75.88%-
HSV(B)3.53º8.42%79.22%-
XYZ50.6751.1853.11-
YUV190.67124.8136.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=35.25%
G=32.46%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218618500.080.080.213.5313.8275.88
HexCABAB9088154e4c
Octal3122722710101025416114
Binary1100101010111010101110010100010001010110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB9; }

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

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

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

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

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

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

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

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