Html Css Color HEX #C9B1AC Cold Turkey

📋 copy color: '#C9B1AC'

red 201 ◦ green 177 ◦ blue 172

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

Shades of Cold Turkey #C9B1AC

Tints of Cold Turkey #C9B1AC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.18%

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

R = 36.55%
G = 32.18%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9B1AC (or 0xC9B1AC) is known color: Cold Turkey. HEX triplet: C9, B1 and AC. RGB value is (201,177,172). Sum of RGB (Red+Green+Blue) = 201+177+172=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B1AC is #364E53. Grayscale: #B7B7B7. Windows color (decimal): -3558996 or 11317705. OLE color: 11317705.

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

Color convert

RGB 201 177 172 -
CMYK 0 0.12 0.14 0.21
HSL 10.34º 0.21% 0.73% -
HSV(B) 10.34º 0.14% 0.79% -
XYZ 47.26 46.84 45.58 -
YUV 183.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 201 177 172 0 0.12 0.14 0.21 10.34 0.21 0.73
Hex C9 B1 AC 0 C E 15 A 15 49
Octal 311 261 254 0 14 16 25 12 25 111
Binary 11001001 10110001 10101100 0 1100 1110 10101 1010 10101 1001001

Color Harmonies of #C9B1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1AC

Black with #C9B1AC

Text Example


Text Example

White with #C9B1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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