Html Css Color HEX #C9AEAC Cold Turkey

📋 copy color: '#C9AEAC'

red 201 ◦ green 174 ◦ blue 172

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

Shades of Cold Turkey #C9AEAC

Tints of Cold Turkey #C9AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 36.75%
G = 31.81%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9AEAC (or 0xC9AEAC) is known color: Cold Turkey. HEX triplet: C9, AE and AC. RGB value is (201,174,172). Sum of RGB (Red+Green+Blue) = 201+174+172=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEAC is #365153. Grayscale: #B5B5B5. Windows color (decimal): -3559764 or 11316937. OLE color: 11316937.

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

Color convert

RGB 201 174 172 -
CMYK 0 0.13 0.14 0.21
HSL 4.14º 0.21% 0.73% -
HSV(B) 4.14º 0.14% 0.79% -
XYZ 46.67 45.67 45.38 -
YUV 181.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 201 174 172 0 0.13 0.14 0.21 4.14 0.21 0.73
Hex C9 AE AC 0 D E 15 4 15 49
Octal 311 256 254 0 15 16 25 4 25 111
Binary 11001001 10101110 10101100 0 1101 1110 10101 100 10101 1001001

Color Harmonies of #C9AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEAC

Black with #C9AEAC

Text Example


Text Example

White with #C9AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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