#C73E60

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

Shades of Cabaret #C73E60

Tints of Cabaret #C73E60

Color information

#C73E60 (or 0xC73E60) is unknown color: approx Cabaret. HEX triplet: C7, 3E and 60. RGB value is (199,62,96). Sum of RGB (Red+Green+Blue) = 199+62+96=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73E60 is #38C19F. Grayscale: #6A6A6A. Windows color (decimal): -3719584 or 6307527. OLE color: 6307527.

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

Color convert

RGB1996296-
CMYK00.690.520.22
HSL345.11º55.02%51.18%-
HSV(B)345.11º68.84%78.04%-
XYZ27.3916.4312.79-
YUV106.84121.89193.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.74%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=55.74%
G=17.37%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199629600.690.520.22345.1155.0251.18
HexC73E6004534161593733
Octal30776140010564265316763
Binary1100011111111011000000100010111010010110101011001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73E60; }

 p { color: rgb(199,62,96); }

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

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

 a { background-color: rgb(199,62,96); }

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

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

 span { border-color: rgb(199,62,96); }

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