#C95471

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

Shades of Cabaret #C95471

Tints of Cabaret #C95471

Color information

#C95471 (or 0xC95471) is unknown color: approx Cabaret. HEX triplet: C9, 54 and 71. RGB value is (201,84,113). Sum of RGB (Red+Green+Blue) = 201+84+113=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95471 is #36AB8E. Grayscale: #7A7A7A. Windows color (decimal): -3582863 or 7427273. OLE color: 7427273.

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

Color convert

RGB20184113-
CMYK00.580.440.21
HSL345.13º52%55.88%-
HSV(B)345.13º58.21%78.82%-
XYZ30.2419.9517.88-
YUV122.29122.76184.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=50.50%
G=21.11%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018411300.580.440.21345.135255.88
HexC9547103A2C151593438
Octal31112416107254255316470
Binary1100100110101001110001011101010110010101101011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95471; }

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

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

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

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

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

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

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

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