#C9ACAB

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

Shades of Cold Turkey #C9ACAB

Tints of Cold Turkey #C9ACAB

Color information

#C9ACAB (or 0xC9ACAB) is unknown color: approx Cold Turkey. HEX triplet: C9, AC and AB. RGB value is (201,172,171). Sum of RGB (Red+Green+Blue) = 201+172+171=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ACAB is #365354. Grayscale: #B4B4B4. Windows color (decimal): -3560277 or 11250889. OLE color: 11250889.

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

Color convert

RGB201172171-
CMYK00.140.150.21
HSL21.74%72.94%-
HSV(B)14.93%78.82%-
XYZ46.1944.8644.75-
YUV180.56122.61142.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=36.95%
G=31.62%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117217100.140.150.21221.7472.94
HexC9ACAB0EF1521649
Octal3112542530161725226111
Binary1100100110101100101010110111011111010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACAB; }

 p { color: rgb(201,172,171); }

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

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

 a { background-color: rgb(201,172,171); }

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

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

 span { border-color: rgb(201,172,171); }

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