#C9B2AE

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

Shades of Cold Turkey #C9B2AE

Tints of Cold Turkey #C9B2AE

Color information

#C9B2AE (or 0xC9B2AE) is unknown color: approx Cold Turkey. HEX triplet: C9, B2 and AE. RGB value is (201,178,174). Sum of RGB (Red+Green+Blue) = 201+178+174=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B2AE is #364D51. Grayscale: #B8B8B8. Windows color (decimal): -3558738 or 11449033. OLE color: 11449033.

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

Color convert

RGB201178174-
CMYK00.110.130.21
HSL8.89º20%73.53%-
HSV(B)8.89º13.43%78.82%-
XYZ47.6547.3146.67-
YUV184.42122.12139.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=36.35%
G=32.19%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117817400.110.130.218.892073.53
HexC9B2AE0BD159144a
Octal31126225601315251124112
Binary110010011011001010101110010111101101011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2AE; }

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

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

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

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

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

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

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

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