#C25877

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

Shades of Cabaret #C25877

Tints of Cabaret #C25877

Color information

#C25877 (or 0xC25877) is unknown color: approx Cabaret. HEX triplet: C2, 58 and 77. RGB value is (194,88,119). Sum of RGB (Red+Green+Blue) = 194+88+119=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C25877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25877 is #3DA788. Grayscale: #7B7B7B. Windows color (decimal): -4040585 or 7821506. OLE color: 7821506.

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

Color convert

RGB19488119-
CMYK00.550.390.24
HSL342.45º46.49%55.29%-
HSV(B)342.45º54.64%76.08%-
XYZ29.0719.7819.74-
YUV123.23125.62178.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=48.38%
G=21.95%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948811900.550.390.24342.4546.4955.29
HexC2587703727181562e37
Octal30213016706747305265667
Binary1100001010110001110111011011110011111000101010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25877; }

 p { color: rgb(194,88,119); }

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

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

 a { background-color: rgb(194,88,119); }

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

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

 span { border-color: rgb(194,88,119); }

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