Html Css Color HEX #C9AFAA Cold Turkey

📋 copy color: '#C9AFAA'

red 201 ◦ green 175 ◦ blue 170

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

Shades of Cold Turkey #C9AFAA

Tints of Cold Turkey #C9AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.05%

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

R = 36.81%
G = 32.05%
B = 31.14%

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

#C9AFAA (or 0xC9AFAA) is known color: Cold Turkey. HEX triplet: C9, AF and AA. RGB value is (201,175,170). Sum of RGB (Red+Green+Blue) = 201+175+170=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFAA is #365055. Grayscale: #B6B6B6. Windows color (decimal): -3559510 or 11186121. OLE color: 11186121.

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

Color convert

RGB 201 175 170 -
CMYK 0 0.13 0.15 0.21
HSL 9.68º 0.22% 0.73% -
HSV(B) 9.68º 0.15% 0.79% -
XYZ 46.67 45.98 44.45 -
YUV 182.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 201 175 170 0 0.13 0.15 0.21 9.68 0.22 0.73
Hex C9 AF AA 0 D F 15 A 16 49
Octal 311 257 252 0 15 17 25 12 26 111
Binary 11001001 10101111 10101010 0 1101 1111 10101 1010 10110 1001001

Color Harmonies of #C9AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFAA

Black with #C9AFAA

Text Example


Text Example

White with #C9AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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