#C25975

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

Shades of Cabaret #C25975

Tints of Cabaret #C25975

Color information

#C25975 (or 0xC25975) is unknown color: approx Cabaret. HEX triplet: C2, 59 and 75. RGB value is (194,89,117). Sum of RGB (Red+Green+Blue) = 194+89+117=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25975 is #3DA68A. Grayscale: #7B7B7B. Windows color (decimal): -4040331 or 7690690. OLE color: 7690690.

HSL color Cylindrical-coordinate representation of color #C25975: hue angle of 344º 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 #C25975 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19489117-
CMYK00.540.400.24
HSL344º46.26%55.49%-
HSV(B)344º54.12%76.08%-
XYZ29.0319.919.14-
YUV123.59124.29178.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=48.5%
G=22.25%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948911700.540.400.2434446.2655.49
HexC2597503628181582e37
Octal30213116506650305305667
Binary1100001010110011110101011011010100011000101011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25975; }

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

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

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

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

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

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

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

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