Html Css Color HEX #C9BAB7 Cold Turkey

📋 copy color: '#C9BAB7'

red 201 ◦ green 186 ◦ blue 183

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

Shades of Cold Turkey #C9BAB7

Tints of Cold Turkey #C9BAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.63%

 BLUE value IS 183 (71.88% from 255) = 32.11%

R = 35.26%
G = 32.63%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9BAB7 (or 0xC9BAB7) is known color: Cold Turkey. HEX triplet: C9, BA and B7. RGB value is (201,186,183). Sum of RGB (Red+Green+Blue) = 201+186+183=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAB7 is #364548. Grayscale: #BEBEBE. Windows color (decimal): -3556681 or 12040905. OLE color: 12040905.

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

Color convert

RGB 201 186 183 -
CMYK 0 0.07 0.09 0.21
HSL 10º 0.14% 0.75% -
HSV(B) 10º 0.09% 0.79% -
XYZ 50.19 50.95 51.99 -
YUV 190.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 201 186 183 0 0.07 0.09 0.21 10 0.14 0.75
Hex C9 BA B7 0 7 9 15 A E 4B
Octal 311 272 267 0 7 11 25 12 16 113
Binary 11001001 10111010 10110111 0 111 1001 10101 1010 1110 1001011

Color Harmonies of #C9BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAB7

Black with #C9BAB7

Text Example


Text Example

White with #C9BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAB7; }

 p { color: rgb(201,186,183); }

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

background-color css

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

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

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

border-color css

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

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

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