#C75264

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

Shades of Cabaret #C75264

Tints of Cabaret #C75264

Color information

#C75264 (or 0xC75264) is unknown color: approx Cabaret. HEX triplet: C7, 52 and 64. RGB value is (199,82,100). Sum of RGB (Red+Green+Blue) = 199+82+100=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C75264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75264 is #38AD9B. Grayscale: #777777. Windows color (decimal): -3714460 or 6574791. OLE color: 6574791.

HSL color Cylindrical-coordinate representation of color #C75264: hue angle of 350.77º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75264 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19982100-
CMYK00.590.500.22
HSL350.77º51.09%55.1%-
HSV(B)350.77º58.79%78.04%-
XYZ28.8719.114.22-
YUV119.04117.26185.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=52.23%
G=21.52%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998210000.590.500.22350.7751.0955.1
HexC7526403B321615f3337
Octal30712214407362265376367
Binary1100011110100101100100011101111001010110101011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75264; }

 p { color: rgb(199,82,100); }

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

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

 a { background-color: rgb(199,82,100); }

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

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

 span { border-color: rgb(199,82,100); }

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