Html Css Color HEX #C9AEAA Cold Turkey

📋 copy color: '#C9AEAA'

red 201 ◦ green 174 ◦ blue 170

#C9AEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Turkey #C9AEAA

Tints of Cold Turkey #C9AEAA

RGB

 RED value IS 201 (78.91% from 255) = 36.88%

 GREEN value IS 174 (68.36% from 255) = 31.93%

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 36.88%
G = 31.93%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9AEAA (or 0xC9AEAA) is known color: Cold Turkey. HEX triplet: C9, AE and AA. RGB value is (201,174,170). Sum of RGB (Red+Green+Blue) = 201+174+170=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEAA is #365155. Grayscale: #B5B5B5. Windows color (decimal): -3559766 or 11185865. OLE color: 11185865.

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

Color convert

RGB 201 174 170 -
CMYK 0 0.13 0.15 0.21
HSL 7.74º 0.22% 0.73% -
HSV(B) 7.74º 0.15% 0.79% -
XYZ 46.48 45.59 44.38 -
YUV 181.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 201 174 170 0 0.13 0.15 0.21 7.74 0.22 0.73
Hex C9 AE AA 0 D F 15 8 16 49
Octal 311 256 252 0 15 17 25 10 26 111
Binary 11001001 10101110 10101010 0 1101 1111 10101 1000 10110 1001001

Color Harmonies of #C9AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEAA

Black with #C9AEAA

Text Example


Text Example

White with #C9AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEAA; }

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

 H1.HeaderClassName
 {
   color: #C9AEAA;
 }
 .AnyTagClassName
 {
   color: #C9AEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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