#C53B6E

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

Shades of Royal Heath #C53B6E

Tints of Royal Heath #C53B6E

Color information

#C53B6E (or 0xC53B6E) is unknown color: approx Royal Heath. HEX triplet: C5, 3B and 6E. RGB value is (197,59,110). Sum of RGB (Red+Green+Blue) = 197+59+110=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B6E is #3AC491. Grayscale: #6A6A6A. Windows color (decimal): -3851410 or 7224261. OLE color: 7224261.

HSL color Cylindrical-coordinate representation of color #C53B6E: hue angle of 337.83º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B6E is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19759110-
CMYK00.700.440.23
HSL337.83º54.33%50.2%-
HSV(B)337.83º70.05%77.25%-
XYZ27.416.1216.42-
YUV106.08130.22192.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 59 (23.44% from 255) = 16.12%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=53.83%
G=16.12%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975911000.700.440.23337.8354.3350.2
HexC53B6E0462C171523632
Octal30573156010654275226662
Binary1100010111101111011100100011010110010111101010010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B6E; }

 p { color: rgb(197,59,110); }

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

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

 a { background-color: rgb(197,59,110); }

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

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

 span { border-color: rgb(197,59,110); }

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