#C9B4AE

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

Shades of Cold Turkey #C9B4AE

Tints of Cold Turkey #C9B4AE

Color information

#C9B4AE (or 0xC9B4AE) is unknown color: approx Cold Turkey. HEX triplet: C9, B4 and AE. RGB value is (201,180,174). Sum of RGB (Red+Green+Blue) = 201+180+174=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B4AE is #364B51. Grayscale: #B9B9B9. Windows color (decimal): -3558226 or 11449545. OLE color: 11449545.

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

Color convert

RGB201180174-
CMYK00.100.130.21
HSL13.33º20%73.53%-
HSV(B)13.33º13.43%78.82%-
XYZ48.0548.1246.8-
YUV185.6121.46138.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=36.22%
G=32.43%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118017400.100.130.2113.332073.53
HexC9B4AE0AD15d144a
Octal31126425601215251524112
Binary110010011011010010101110010101101101011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B4AE; }

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

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

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

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

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

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

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

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