#C25A71

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

Shades of Cabaret #C25A71

Tints of Cabaret #C25A71

Color information

#C25A71 (or 0xC25A71) is unknown color: approx Cabaret. HEX triplet: C2, 5A and 71. RGB value is (194,90,113). Sum of RGB (Red+Green+Blue) = 194+90+113=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A71 is #3DA58E. Grayscale: #7B7B7B. Windows color (decimal): -4040079 or 7428802. OLE color: 7428802.

HSL color Cylindrical-coordinate representation of color #C25A71: hue angle of 346.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25A71 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19490113-
CMYK00.540.420.24
HSL346.73º46.02%55.69%-
HSV(B)346.73º53.61%76.08%-
XYZ28.8819.9717.96-
YUV123.72121.96178.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=48.87%
G=22.67%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949011300.540.420.24346.7346.0255.69
HexC25A710362A1815b2e38
Octal30213216106652305335670
Binary1100001010110101110001011011010101011000101011011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A71; }

 p { color: rgb(194,90,113); }

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

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

 a { background-color: rgb(194,90,113); }

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

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

 span { border-color: rgb(194,90,113); }

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