#C7BCBA

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

Shades of Cold Turkey #C7BCBA

Tints of Cold Turkey #C7BCBA

Color information

#C7BCBA (or 0xC7BCBA) is unknown color: approx Cold Turkey. HEX triplet: C7, BC and BA. RGB value is (199,188,186). Sum of RGB (Red+Green+Blue) = 199+188+186=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCBA is #384345. Grayscale: #BFBFBF. Windows color (decimal): -3687238 or 12238023. OLE color: 12238023.

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

Color convert

RGB199188186-
CMYK00.060.070.22
HSL9.23º10.4%75.49%-
HSV(B)9.23º6.53%78.04%-
XYZ50.451.6553.77-
YUV191.06125.14133.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=34.73%
G=32.81%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918818600.060.070.229.2310.475.49
HexC7BCBA067169a4b
Octal307274272067261112113
Binary110001111011110010111010011011110110100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCBA; }

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

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

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

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

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

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

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

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