Html Css Color HEX #C53B76 Royal Heath

📋 copy color: '#C53B76'

red 197 ◦ green 59 ◦ blue 118

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

Shades of Royal Heath #C53B76

Tints of Royal Heath #C53B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 52.67%
G = 15.78%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C53B76 (or 0xC53B76) is known color: Royal Heath. HEX triplet: C5, 3B and 76. RGB value is (197,59,118). Sum of RGB (Red+Green+Blue) = 197+59+118=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B76 is #3AC489. Grayscale: #6A6A6A. Windows color (decimal): -3851402 or 7748549. OLE color: 7748549.

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

Color convert

RGB 197 59 118 -
CMYK 0 0.70 0.40 0.23
HSL 334.35º 0.54% 0.5% -
HSV(B) 334.35º 0.7% 0.77% -
XYZ 27.86 16.31 18.82 -
YUV 106.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 197 59 118 0 0.70 0.40 0.23 334.35 0.54 0.5
Hex C5 3B 76 0 46 28 17 14E 36 32
Octal 305 73 166 0 106 50 27 516 66 62
Binary 11000101 111011 1110110 0 1000110 101000 10111 101001110 110110 110010

Color Harmonies of #C53B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B76

Black with #C53B76

Text Example


Text Example

White with #C53B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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