#CABAB7

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

Shades of Cold Turkey #CABAB7

Tints of Cold Turkey #CABAB7

Color information

#CABAB7 (or 0xCABAB7) is unknown color: approx Cold Turkey. HEX triplet: CA, BA and B7. RGB value is (202,186,183). Sum of RGB (Red+Green+Blue) = 202+186+183=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB7 is #354548. Grayscale: #BEBEBE. Windows color (decimal): -3491145 or 12040906. OLE color: 12040906.

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

Color convert

RGB202186183-
CMYK00.080.090.21
HSL9.47º15.2%75.49%-
HSV(B)9.47º9.41%79.22%-
XYZ50.4651.0952-
YUV190.44123.8136.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=35.38%
G=32.57%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218618300.080.090.219.4715.275.49
HexCABAB7089159f4b
Octal31227226701011251117113
Binary11001010101110101011011101000100110101100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB7; }

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

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

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

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

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

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

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

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