Html Css Color HEX #C9BCBA Cold Turkey

📋 copy color: '#C9BCBA'

red 201 ◦ green 188 ◦ blue 186

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

Shades of Cold Turkey #C9BCBA

Tints of Cold Turkey #C9BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.35%

R = 34.96%
G = 32.7%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9BCBA (or 0xC9BCBA) is known color: Cold Turkey. HEX triplet: C9, BC and BA. RGB value is (201,188,186). Sum of RGB (Red+Green+Blue) = 201+188+186=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCBA is #364345. Grayscale: #BFBFBF. Windows color (decimal): -3556166 or 12238025. OLE color: 12238025.

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

Color convert

RGB 201 188 186 -
CMYK 0 0.06 0.07 0.21
HSL 0.12% 0.76% -
HSV(B) 0.07% 0.79% -
XYZ 50.93 51.93 53.79 -
YUV 191.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 201 188 186 0 0.06 0.07 0.21 8 0.12 0.76
Hex C9 BC BA 0 6 7 15 8 C 4C
Octal 311 274 272 0 6 7 25 10 14 114
Binary 11001001 10111100 10111010 0 110 111 10101 1000 1100 1001100

Color Harmonies of #C9BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCBA

Black with #C9BCBA

Text Example


Text Example

White with #C9BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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