#C25778

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

Shades of Cabaret #C25778

Tints of Cabaret #C25778

Color information

#C25778 (or 0xC25778) is unknown color: approx Cabaret. HEX triplet: C2, 57 and 78. RGB value is (194,87,120). Sum of RGB (Red+Green+Blue) = 194+87+120=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C25778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25778 is #3DA887. Grayscale: #7A7A7A. Windows color (decimal): -4040840 or 7886786. OLE color: 7886786.

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

Color convert

RGB19487120-
CMYK00.550.380.24
HSL341.5º46.72%55.1%-
HSV(B)341.5º55.15%76.08%-
XYZ29.0519.6420.03-
YUV122.76126.45178.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=48.38%
G=21.70%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948712000.550.380.24341.546.7255.1
HexC2577803726181552f37
Octal30212717006746305255767
Binary1100001010101111111000011011110011011000101010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25778; }

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

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

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

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

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

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

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

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