Html Css Color HEX #C53B6D Royal Heath

📋 copy color: '#C53B6D'

red 197 ◦ green 59 ◦ blue 109

#C53B6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C53B6D

Tints of Royal Heath #C53B6D

RGB

 RED value IS 197 (77.34% from 255) = 53.97%

 GREEN value IS 59 (23.44% from 255) = 16.16%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 53.97%
G = 16.16%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C53B6D (or 0xC53B6D) is known color: Royal Heath. HEX triplet: C5, 3B and 6D. RGB value is (197,59,109). Sum of RGB (Red+Green+Blue) = 197+59+109=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B6D is #3AC492. Grayscale: #696969. Windows color (decimal): -3851411 or 7158725. OLE color: 7158725.

HSL color Cylindrical-coordinate representation of color #C53B6D: hue angle of 338.26º 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 #C53B6D is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 59 109 -
CMYK 0 0.70 0.45 0.23
HSL 338.26º 0.54% 0.5% -
HSV(B) 338.26º 0.7% 0.77% -
XYZ 27.35 16.1 16.13 -
YUV 105.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 197 59 109 0 0.70 0.45 0.23 338.26 0.54 0.5
Hex C5 3B 6D 0 46 2D 17 152 36 32
Octal 305 73 155 0 106 55 27 522 66 62
Binary 11000101 111011 1101101 0 1000110 101101 10111 101010010 110110 110010

Color Harmonies of #C53B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B6D

Black with #C53B6D

Text Example


Text Example

White with #C53B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B6D; }

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

 H1.HeaderClassName
 {
   color: #C53B6D;
 }
 .AnyTagClassName
 {
   color: #C53B6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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