#C95274

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

Shades of Cabaret #C95274

Tints of Cabaret #C95274

Color information

#C95274 (or 0xC95274) is unknown color: approx Cabaret. HEX triplet: C9, 52 and 74. RGB value is (201,82,116). Sum of RGB (Red+Green+Blue) = 201+82+116=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C95274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95274 is #36AD8B. Grayscale: #797979. Windows color (decimal): -3583372 or 7623369. OLE color: 7623369.

HSL color Cylindrical-coordinate representation of color #C95274: hue angle of 342.86º 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 #C95274 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20182116-
CMYK00.590.420.21
HSL342.86º52.42%55.49%-
HSV(B)342.86º59.2%78.82%-
XYZ30.2619.7118.73-
YUV121.46124.92184.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=50.38%
G=20.55%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018211600.590.420.21342.8652.4255.49
HexC9527403B2A151573437
Octal31112216407352255276467
Binary1100100110100101110100011101110101010101101010111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95274; }

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

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

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

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

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

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

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

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