#C9AFAE

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

Shades of Cold Turkey #C9AFAE

Tints of Cold Turkey #C9AFAE

Color information

#C9AFAE (or 0xC9AFAE) is unknown color: approx Cold Turkey. HEX triplet: C9, AF and AE. RGB value is (201,175,174). Sum of RGB (Red+Green+Blue) = 201+175+174=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFAE is #365051. Grayscale: #B6B6B6. Windows color (decimal): -3559506 or 11448265. OLE color: 11448265.

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

Color convert

RGB201175174-
CMYK00.130.130.21
HSL2.22º20%73.53%-
HSV(B)2.22º13.43%78.82%-
XYZ47.0646.1346.47-
YUV182.66123.11141.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=36.55%
G=31.82%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117517400.130.130.212.222073.53
HexC9AFAE0DD152144a
Octal3112572560151525224112
Binary1100100110101111101011100110111011010110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFAE; }

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

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

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

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

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

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

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

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