#C75465

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

Shades of Cabaret #C75465

Tints of Cabaret #C75465

Color information

#C75465 (or 0xC75465) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 65. RGB value is (199,84,101). Sum of RGB (Red+Green+Blue) = 199+84+101=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C75465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75465 is #38AB9A. Grayscale: #787878. Windows color (decimal): -3713947 or 6640839. OLE color: 6640839.

HSL color Cylindrical-coordinate representation of color #C75465: hue angle of 351.13º 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 #C75465 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB19984101-
CMYK00.580.490.22
HSL351.13º50.66%55.49%-
HSV(B)351.13º57.79%78.04%-
XYZ29.0719.4214.53-
YUV120.32117.1184.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=51.82%
G=21.88%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998410100.580.490.22351.1350.6655.49
HexC7546503A311615f3337
Octal30712414507261265376367
Binary1100011110101001100101011101011000110110101011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75465; }

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

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

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

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

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

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

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

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