#C9AFAD

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

Shades of Cold Turkey #C9AFAD

Tints of Cold Turkey #C9AFAD

Color information

#C9AFAD (or 0xC9AFAD) is unknown color: approx Cold Turkey. HEX triplet: C9, AF and AD. RGB value is (201,175,173). Sum of RGB (Red+Green+Blue) = 201+175+173=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFAD is #365052. Grayscale: #B6B6B6. Windows color (decimal): -3559507 or 11382729. OLE color: 11382729.

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

Color convert

RGB201175173-
CMYK00.130.140.21
HSL4.29º20.59%73.33%-
HSV(B)4.29º13.93%78.82%-
XYZ46.9646.0945.96-
YUV182.55122.61141.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=36.61%
G=31.88%
B=31.51%

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
Decimal20117517300.130.140.214.2920.5973.33
HexC9AFAD0DE1541549
Octal3112572550151625425111
Binary11001001101011111010110101101111010101100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFAD; }

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

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

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

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

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

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

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

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