#C73460

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

Shades of Cerise #C73460

Tints of Cerise #C73460

Color information

#C73460 (or 0xC73460) is unknown color: approx Cerise. HEX triplet: C7, 34 and 60. RGB value is (199,52,96). Sum of RGB (Red+Green+Blue) = 199+52+96=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C73460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73460 is #38CB9F. Grayscale: #646464. Windows color (decimal): -3722144 or 6304967. OLE color: 6304967.

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

Color convert

RGB1995296-
CMYK00.740.520.22
HSL342.04º58.57%49.22%-
HSV(B)342.04º73.87%78.04%-
XYZ26.8915.4412.63-
YUV100.97125.2197.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=57.35%
G=14.99%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199529600.740.520.22342.0458.5749.22
HexC7346004A34161563b31
Octal30764140011264265267361
Binary1100011111010011000000100101011010010110101010110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73460; }

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

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

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

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

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

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

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

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