#C75464

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

Shades of Cabaret #C75464

Tints of Cabaret #C75464

Color information

#C75464 (or 0xC75464) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 64. RGB value is (199,84,100). Sum of RGB (Red+Green+Blue) = 199+84+100=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C75464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75464 is #38AB9B. Grayscale: #787878. Windows color (decimal): -3713948 or 6575303. OLE color: 6575303.

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

Color convert

RGB19984100-
CMYK00.580.500.22
HSL351.65º50.66%55.49%-
HSV(B)351.65º57.79%78.04%-
XYZ29.0219.414.27-
YUV120.21116.6184.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=51.96%
G=21.93%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998410000.580.500.22351.6550.6655.49
HexC7546403A32161603337
Octal30712414407262265406367
Binary1100011110101001100100011101011001010110101100000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75464; }

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

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

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

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

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

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

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

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