#C9AEAC

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

Shades of Cold Turkey #C9AEAC

Tints of Cold Turkey #C9AEAC

Color information

#C9AEAC (or 0xC9AEAC) is unknown color: approx Cold Turkey. HEX triplet: C9, AE and AC. RGB value is (201,174,172). Sum of RGB (Red+Green+Blue) = 201+174+172=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEAC is #365153. Grayscale: #B5B5B5. Windows color (decimal): -3559764 or 11316937. OLE color: 11316937.

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

Color convert

RGB201174172-
CMYK00.130.140.21
HSL4.14º21.17%73.14%-
HSV(B)4.14º14.43%78.82%-
XYZ46.6745.6745.38-
YUV181.84122.45141.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=36.75%
G=31.81%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117417200.130.140.214.1421.1773.14
HexC9AEAC0DE1541549
Octal3112562540151625425111
Binary11001001101011101010110001101111010101100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEAC; }

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

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

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

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

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

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

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

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