#C53665

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

Shades of Cerise #C53665

Tints of Cerise #C53665

Color information

#C53665 (or 0xC53665) is unknown color: approx Cerise. HEX triplet: C5, 36 and 65. RGB value is (197,54,101). Sum of RGB (Red+Green+Blue) = 197+54+101=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C53665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53665 is #3AC99A. Grayscale: #666666. Windows color (decimal): -3852699 or 6633157. OLE color: 6633157.

HSL color Cylindrical-coordinate representation of color #C53665: hue angle of 340.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53665 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19754101-
CMYK00.730.490.23
HSL340.28º56.97%49.22%-
HSV(B)340.28º72.59%77.25%-
XYZ26.6915.4513.89-
YUV102.12127.38195.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 54 (21.48% from 255) = 15.34%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=55.97%
G=15.34%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975410100.730.490.23340.2856.9749.22
HexC5366504931171543931
Octal30566145011161275247161
Binary1100010111011011001010100100111000110111101010100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53665; }

 p { color: rgb(197,54,101); }

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

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

 a { background-color: rgb(197,54,101); }

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

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

 span { border-color: rgb(197,54,101); }

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