Html Css Color HEX #C9BCB9 Cold Turkey

📋 copy color: '#C9BCB9'

red 201 ◦ green 188 ◦ blue 185

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

Shades of Cold Turkey #C9BCB9

Tints of Cold Turkey #C9BCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.75%

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

R = 35.02%
G = 32.75%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9BCB9 (or 0xC9BCB9) is known color: Cold Turkey. HEX triplet: C9, BC and B9. RGB value is (201,188,185). Sum of RGB (Red+Green+Blue) = 201+188+185=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCB9 is #364346. Grayscale: #BFBFBF. Windows color (decimal): -3556167 or 12172489. OLE color: 12172489.

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

Color convert

RGB 201 188 185 -
CMYK 0 0.06 0.08 0.21
HSL 11.25º 0.13% 0.76% -
HSV(B) 11.25º 0.08% 0.79% -
XYZ 50.83 51.89 53.24 -
YUV 191.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 201 188 185 0 0.06 0.08 0.21 11.25 0.13 0.76
Hex C9 BC B9 0 6 8 15 B D 4C
Octal 311 274 271 0 6 10 25 13 15 114
Binary 11001001 10111100 10111001 0 110 1000 10101 1011 1101 1001100

Color Harmonies of #C9BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCB9

Black with #C9BCB9

Text Example


Text Example

White with #C9BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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