#C6BCBA

Color #C6BCBA Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #C6BCBA

Tints of Cold Turkey #C6BCBA

Color information

#C6BCBA (or 0xC6BCBA) is unknown color: approx Cold Turkey. HEX triplet: C6, BC and BA. RGB value is (198,188,186). Sum of RGB (Red+Green+Blue) = 198+188+186=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCBA is #394345. Grayscale: #BEBEBE. Windows color (decimal): -3752774 or 12238022. OLE color: 12238022.

HSL color Cylindrical-coordinate representation of color #C6BCBA: hue angle of 10º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BCBA is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198188186-
CMYK00.050.060.22
HSL10º9.52%75.29%-
HSV(B)10º6.06%77.65%-
XYZ50.1351.5253.76-
YUV190.76125.31133.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=34.62%
G=32.87%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818818600.050.060.22109.5275.29
HexC6BCBA05616aa4b
Octal306274272056261212113
Binary110001101011110010111010010111010110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCBA; }

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

 H1.HeaderClassName
 {
   color: #C6BCBA;
 }
 .AnyTagClassName
 {
   color: #C6BCBA;
 }
</style>
background-color css

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

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

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

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

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

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