#CAB9B9

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

Shades of Cold Turkey #CAB9B9

Tints of Cold Turkey #CAB9B9

Color information

#CAB9B9 (or 0xCAB9B9) is unknown color: approx Cold Turkey. HEX triplet: CA, B9 and B9. RGB value is (202,185,185). Sum of RGB (Red+Green+Blue) = 202+185+185=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9B9 is #354646. Grayscale: #BEBEBE. Windows color (decimal): -3491399 or 12171722. OLE color: 12171722.

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

Color convert

RGB202185185-
CMYK00.080.080.21
HSL13.82%75.88%-
HSV(B)8.42%79.22%-
XYZ50.4650.7653.04-
YUV190.08125.13136.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=35.31%
G=32.34%
B=32.34%

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
Decimal20218518500.080.080.21013.8275.88
HexCAB9B9088150e4c
Octal3122712710101025016114
Binary11001010101110011011100101000100010101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9B9; }

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

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

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

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

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

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

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

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