#C95276

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

Shades of Cabaret #C95276

Tints of Cabaret #C95276

Color information

#C95276 (or 0xC95276) is unknown color: approx Cabaret. HEX triplet: C9, 52 and 76. RGB value is (201,82,118). Sum of RGB (Red+Green+Blue) = 201+82+118=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95276 is #36AD89. Grayscale: #797979. Windows color (decimal): -3583370 or 7754441. OLE color: 7754441.

HSL color Cylindrical-coordinate representation of color #C95276: hue angle of 341.85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95276 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20182118-
CMYK00.590.410.21
HSL341.85º52.42%55.49%-
HSV(B)341.85º59.2%78.82%-
XYZ30.3719.7619.35-
YUV121.68125.92184.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=50.12%
G=20.45%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018211800.590.410.21341.8552.4255.49
HexC9527603B29151563437
Octal31112216607351255266467
Binary1100100110100101110110011101110100110101101010110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95276; }

 p { color: rgb(201,82,118); }

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

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

 a { background-color: rgb(201,82,118); }

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

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

 span { border-color: rgb(201,82,118); }

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