#C53969

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

Shades of Royal Heath #C53969

Tints of Royal Heath #C53969

Color information

#C53969 (or 0xC53969) is unknown color: approx Royal Heath. HEX triplet: C5, 39 and 69. RGB value is (197,57,105). Sum of RGB (Red+Green+Blue) = 197+57+105=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C53969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53969 is #3AC696. Grayscale: #686868. Windows color (decimal): -3851927 or 6896069. OLE color: 6896069.

HSL color Cylindrical-coordinate representation of color #C53969: hue angle of 339.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53969 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19757105-
CMYK00.710.470.23
HSL339.43º55.12%49.8%-
HSV(B)339.43º71.07%77.25%-
XYZ27.0415.8214.99-
YUV104.33128.38194.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.87%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=54.87%
G=15.88%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975710500.710.470.23339.4355.1249.8
HexC539690472F171533732
Octal30571151010757275236762
Binary1100010111100111010010100011110111110111101010011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53969; }

 p { color: rgb(197,57,105); }

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

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

 a { background-color: rgb(197,57,105); }

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

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

 span { border-color: rgb(197,57,105); }

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