#C25777

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

Shades of Cabaret #C25777

Tints of Cabaret #C25777

Color information

#C25777 (or 0xC25777) is unknown color: approx Cabaret. HEX triplet: C2, 57 and 77. RGB value is (194,87,119). Sum of RGB (Red+Green+Blue) = 194+87+119=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25777 is #3DA888. Grayscale: #7A7A7A. Windows color (decimal): -4040841 or 7821250. OLE color: 7821250.

HSL color Cylindrical-coordinate representation of color #C25777: hue angle of 342.06º degrees, saturation: 0.47, 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 #C25777 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19487119-
CMYK00.550.390.24
HSL342.06º46.72%55.1%-
HSV(B)342.06º55.15%76.08%-
XYZ28.9919.6219.71-
YUV122.64125.95178.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=48.5%
G=21.75%
B=29.75%

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
Decimal1948711900.550.390.24342.0646.7255.1
HexC2577703727181562f37
Octal30212716706747305265767
Binary1100001010101111110111011011110011111000101010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25777; }

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

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

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

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

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

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

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

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