Html Css Color HEX #C9AEAE Cold Turkey

📋 copy color: '#C9AEAE'

red 201 ◦ green 174 ◦ blue 174

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

Shades of Cold Turkey #C9AEAE

Tints of Cold Turkey #C9AEAE

RGB

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

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

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

R = 36.61%
G = 31.69%
B = 31.69%

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

#C9AEAE (or 0xC9AEAE) is known color: Cold Turkey. HEX triplet: C9, AE and AE. RGB value is (201,174,174). Sum of RGB (Red+Green+Blue) = 201+174+174=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEAE is #365151. Grayscale: #B6B6B6. Windows color (decimal): -3559762 or 11448009. OLE color: 11448009.

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

Color convert

RGB 201 174 174 -
CMYK 0 0.13 0.13 0.21
HSL 0.2% 0.74% -
HSV(B) 0.13% 0.79% -
XYZ 46.86 45.75 46.4 -
YUV 182.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 201 174 174 0 0.13 0.13 0.21 0 0.2 0.74
Hex C9 AE AE 0 D D 15 0 14 4A
Octal 311 256 256 0 15 15 25 0 24 112
Binary 11001001 10101110 10101110 0 1101 1101 10101 0 10100 1001010

Color Harmonies of #C9AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEAE

Black with #C9AEAE

Text Example


Text Example

White with #C9AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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