#C25365

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

Shades of Cabaret #C25365

Tints of Cabaret #C25365

Color information

#C25365 (or 0xC25365) is unknown color: approx Cabaret. HEX triplet: C2, 53 and 65. RGB value is (194,83,101). Sum of RGB (Red+Green+Blue) = 194+83+101=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25365 is #3DAC9A. Grayscale: #767676. Windows color (decimal): -4041883 or 6640578. OLE color: 6640578.

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

Color convert

RGB19483101-
CMYK00.570.480.24
HSL350.27º47.64%54.31%-
HSV(B)350.27º57.22%76.08%-
XYZ27.6918.614.44-
YUV118.24118.27182.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=51.32%
G=21.96%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948310100.570.480.24350.2747.6454.31
HexC25365039301815e3036
Octal30212314507160305366066
Binary1100001010100111100101011100111000011000101011110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25365; }

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

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

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

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

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

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

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

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