Html Css Color HEX #C9BAB9 Cold Turkey

📋 copy color: '#C9BAB9'

red 201 ◦ green 186 ◦ blue 185

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

Shades of Cold Turkey #C9BAB9

Tints of Cold Turkey #C9BAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 35.14%
G = 32.52%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9BAB9 (or 0xC9BAB9) is known color: Cold Turkey. HEX triplet: C9, BA and B9. RGB value is (201,186,185). Sum of RGB (Red+Green+Blue) = 201+186+185=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAB9 is #364546. Grayscale: #BEBEBE. Windows color (decimal): -3556679 or 12171977. OLE color: 12171977.

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

Color convert

RGB 201 186 185 -
CMYK 0 0.07 0.08 0.21
HSL 3.75º 0.13% 0.76% -
HSV(B) 3.75º 0.08% 0.79% -
XYZ 50.4 51.04 53.09 -
YUV 190.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 201 186 185 0 0.07 0.08 0.21 3.75 0.13 0.76
Hex C9 BA B9 0 7 8 15 4 D 4C
Octal 311 272 271 0 7 10 25 4 15 114
Binary 11001001 10111010 10111001 0 111 1000 10101 100 1101 1001100

Color Harmonies of #C9BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAB9

Black with #C9BAB9

Text Example


Text Example

White with #C9BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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