#c73265

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

Shades of Cerise #C73265

Tints of Cerise #C73265

Color information

#C73265 (or 0xC73265) is unknown color: approx Cerise. HEX triplet: C7, 32 and 65. RGB value is (199,50,101). Sum of RGB (Red+Green+Blue) = 199+50+101=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C73265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73265 is #38CD9A. Grayscale: #646464. Windows color (decimal): -3722651 or 6632135. OLE color: 6632135.

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

Color convert

RGB19950101-
CMYK00.750.490.22
HSL339.46º59.84%48.82%-
HSV(B)339.46º74.87%78.04%-
XYZ27.0415.3613.85-
YUV100.36128.36198.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.86%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=56.86%
G=14.29%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995010100.750.490.22339.4659.8448.82
HexC7326504B31161533c31
Octal30762145011361265237461
Binary1100011111001011001010100101111000110110101010011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c73265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c73265; }

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

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

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

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

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

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

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

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