#C95474

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

Shades of Cabaret #C95474

Tints of Cabaret #C95474

Color information

#C95474 (or 0xC95474) is unknown color: approx Cabaret. HEX triplet: C9, 54 and 74. RGB value is (201,84,116). Sum of RGB (Red+Green+Blue) = 201+84+116=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95474 is #36AB8B. Grayscale: #7A7A7A. Windows color (decimal): -3582860 or 7623881. OLE color: 7623881.

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

Color convert

RGB20184116-
CMYK00.580.420.21
HSL343.59º52%55.88%-
HSV(B)343.59º58.21%78.82%-
XYZ30.4120.0218.78-
YUV122.63124.26183.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=50.12%
G=20.95%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018411600.580.420.21343.595255.88
HexC9547403A2A151583438
Octal31112416407252255306470
Binary1100100110101001110100011101010101010101101011000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95474; }

 p { color: rgb(201,84,116); }

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

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

 a { background-color: rgb(201,84,116); }

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

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

 span { border-color: rgb(201,84,116); }

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