#C25564

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

Shades of Cabaret #C25564

Tints of Cabaret #C25564

Color information

#C25564 (or 0xC25564) is unknown color: approx Cabaret. HEX triplet: C2, 55 and 64. RGB value is (194,85,100). Sum of RGB (Red+Green+Blue) = 194+85+100=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25564 is #3DAA9B. Grayscale: #777777. Windows color (decimal): -4041372 or 6575554. OLE color: 6575554.

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

Color convert

RGB19485100-
CMYK00.560.480.24
HSL351.74º47.19%54.71%-
HSV(B)351.74º56.19%76.08%-
XYZ27.818.8914.24-
YUV119.3117.11181.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=51.19%
G=22.43%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948510000.560.480.24351.7447.1954.71
HexC2556403830181602f37
Octal30212514407060305405767
Binary1100001010101011100100011100011000011000101100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25564; }

 p { color: rgb(194,85,100); }

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

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

 a { background-color: rgb(194,85,100); }

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

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

 span { border-color: rgb(194,85,100); }

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