Html Css Color HEX #C9ADAA Cold Turkey

📋 copy color: '#C9ADAA'

red 201 ◦ green 173 ◦ blue 170

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

Shades of Cold Turkey #C9ADAA

Tints of Cold Turkey #C9ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.8%

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

R = 36.95%
G = 31.8%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9ADAA (or 0xC9ADAA) is known color: Cold Turkey. HEX triplet: C9, AD and AA. RGB value is (201,173,170). Sum of RGB (Red+Green+Blue) = 201+173+170=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADAA is #365255. Grayscale: #B5B5B5. Windows color (decimal): -3560022 or 11185609. OLE color: 11185609.

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

Color convert

RGB 201 173 170 -
CMYK 0 0.14 0.15 0.21
HSL 5.81º 0.22% 0.73% -
HSV(B) 5.81º 0.15% 0.79% -
XYZ 46.29 45.21 44.32 -
YUV 181.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 201 173 170 0 0.14 0.15 0.21 5.81 0.22 0.73
Hex C9 AD AA 0 E F 15 6 16 49
Octal 311 255 252 0 16 17 25 6 26 111
Binary 11001001 10101101 10101010 0 1110 1111 10101 110 10110 1001001

Color Harmonies of #C9ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADAA

Black with #C9ADAA

Text Example


Text Example

White with #C9ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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