Html Css Color HEX #C9B3AE Cold Turkey

📋 copy color: '#C9B3AE'

red 201 ◦ green 179 ◦ blue 174

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

Shades of Cold Turkey #C9B3AE

Tints of Cold Turkey #C9B3AE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.31%

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

R = 36.28%
G = 32.31%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9B3AE (or 0xC9B3AE) is known color: Cold Turkey. HEX triplet: C9, B3 and AE. RGB value is (201,179,174). Sum of RGB (Red+Green+Blue) = 201+179+174=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B3AE is #364C51. Grayscale: #B9B9B9. Windows color (decimal): -3558482 or 11449289. OLE color: 11449289.

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

Color convert

RGB 201 179 174 -
CMYK 0 0.11 0.13 0.21
HSL 11.11º 0.2% 0.74% -
HSV(B) 11.11º 0.13% 0.79% -
XYZ 47.85 47.71 46.73 -
YUV 185.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 201 179 174 0 0.11 0.13 0.21 11.11 0.2 0.74
Hex C9 B3 AE 0 B D 15 B 14 4A
Octal 311 263 256 0 13 15 25 13 24 112
Binary 11001001 10110011 10101110 0 1011 1101 10101 1011 10100 1001010

Color Harmonies of #C9B3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B3AE

Black with #C9B3AE

Text Example


Text Example

White with #C9B3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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