#C25565

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

Shades of Cabaret #C25565

Tints of Cabaret #C25565

Color information

#C25565 (or 0xC25565) is unknown color: approx Cabaret. HEX triplet: C2, 55 and 65. RGB value is (194,85,101). Sum of RGB (Red+Green+Blue) = 194+85+101=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C25565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25565 is #3DAA9A. Grayscale: #777777. Windows color (decimal): -4041371 or 6641090. OLE color: 6641090.

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

Color convert

RGB19485101-
CMYK00.560.480.24
HSL351.19º47.19%54.71%-
HSV(B)351.19º56.19%76.08%-
XYZ27.8518.9114.49-
YUV119.42117.61181.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=51.05%
G=22.37%
B=26.58%

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
Decimal1948510100.560.480.24351.1947.1954.71
HexC25565038301815f2f37
Octal30212514507060305375767
Binary1100001010101011100101011100011000011000101011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25565; }

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

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

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

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

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

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

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

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