Html Css Color HEX #C9AFAE Cold Turkey

📋 copy color: '#C9AFAE'

red 201 ◦ green 175 ◦ blue 174

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

Shades of Cold Turkey #C9AFAE

Tints of Cold Turkey #C9AFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.64%

R = 36.55%
G = 31.82%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9AFAE (or 0xC9AFAE) is known color: Cold Turkey. HEX triplet: C9, AF and AE. RGB value is (201,175,174). Sum of RGB (Red+Green+Blue) = 201+175+174=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFAE is #365051. Grayscale: #B6B6B6. Windows color (decimal): -3559506 or 11448265. OLE color: 11448265.

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

Color convert

RGB 201 175 174 -
CMYK 0 0.13 0.13 0.21
HSL 2.22º 0.2% 0.74% -
HSV(B) 2.22º 0.13% 0.79% -
XYZ 47.06 46.13 46.47 -
YUV 182.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 201 175 174 0 0.13 0.13 0.21 2.22 0.2 0.74
Hex C9 AF AE 0 D D 15 2 14 4A
Octal 311 257 256 0 15 15 25 2 24 112
Binary 11001001 10101111 10101110 0 1101 1101 10101 10 10100 1001010

Color Harmonies of #C9AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFAE

Black with #C9AFAE

Text Example


Text Example

White with #C9AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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