#C95379

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

Shades of Cabaret #C95379

Tints of Cabaret #C95379

Color information

#C95379 (or 0xC95379) is unknown color: approx Cabaret. HEX triplet: C9, 53 and 79. RGB value is (201,83,121). Sum of RGB (Red+Green+Blue) = 201+83+121=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C95379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95379 is #36AC86. Grayscale: #7A7A7A. Windows color (decimal): -3583111 or 7951305. OLE color: 7951305.

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

Color convert

RGB20183121-
CMYK00.590.400.21
HSL340.68º52.21%55.69%-
HSV(B)340.68º58.71%78.82%-
XYZ30.6319.9820.33-
YUV122.61127.09183.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.63%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=49.63%
G=20.49%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018312100.590.400.21340.6852.2155.69
HexC9537903B28151553438
Octal31112317107350255256470
Binary1100100110100111111001011101110100010101101010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95379; }

 p { color: rgb(201,83,121); }

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

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

 a { background-color: rgb(201,83,121); }

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

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

 span { border-color: rgb(201,83,121); }

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