#C25979

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

Shades of Cabaret #C25979

Tints of Cabaret #C25979

Color information

#C25979 (or 0xC25979) is unknown color: approx Cabaret. HEX triplet: C2, 59 and 79. RGB value is (194,89,121). Sum of RGB (Red+Green+Blue) = 194+89+121=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C25979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25979 is #3DA686. Grayscale: #7C7C7C. Windows color (decimal): -4040327 or 7952834. OLE color: 7952834.

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

Color convert

RGB19489121-
CMYK00.540.380.24
HSL341.71º46.26%55.49%-
HSV(B)341.71º54.12%76.08%-
XYZ29.2719.9920.41-
YUV124.04126.29177.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=48.02%
G=22.03%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948912100.540.380.24341.7146.2655.49
HexC2597903626181562e37
Octal30213117106646305265667
Binary1100001010110011111001011011010011011000101010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25979; }

 p { color: rgb(194,89,121); }

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

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

 a { background-color: rgb(194,89,121); }

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

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

 span { border-color: rgb(194,89,121); }

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