Html Css Color HEX #C53C6C Royal Heath

📋 copy color: '#C53C6C'

red 197 ◦ green 60 ◦ blue 108

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

Shades of Royal Heath #C53C6C

Tints of Royal Heath #C53C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 53.97%
G = 16.44%
B = 29.59%

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

#C53C6C (or 0xC53C6C) is known color: Royal Heath. HEX triplet: C5, 3C and 6C. RGB value is (197,60,108). Sum of RGB (Red+Green+Blue) = 197+60+108=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C6C is #3AC393. Grayscale: #6A6A6A. Windows color (decimal): -3851156 or 7093445. OLE color: 7093445.

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

Color convert

RGB 197 60 108 -
CMYK 0 0.70 0.45 0.23
HSL 338.98º 0.54% 0.5% -
HSV(B) 338.98º 0.7% 0.77% -
XYZ 27.35 16.18 15.87 -
YUV 106.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 197 60 108 0 0.70 0.45 0.23 338.98 0.54 0.5
Hex C5 3C 6C 0 46 2D 17 153 36 32
Octal 305 74 154 0 106 55 27 523 66 62
Binary 11000101 111100 1101100 0 1000110 101101 10111 101010011 110110 110010

Color Harmonies of #C53C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C6C

Black with #C53C6C

Text Example


Text Example

White with #C53C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C6C; }

 p { color: rgb(197,60,108); }

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

background-color css

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

 a { background-color: rgb(197,60,108); }

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

border-color css

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

 span { border-color: rgb(197,60,108); }

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