Html Css Color HEX #C0517C Royal Heath

📋 copy color: '#C0517C'

red 192 ◦ green 81 ◦ blue 124

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

Shades of Royal Heath #C0517C

Tints of Royal Heath #C0517C

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

 GREEN value IS 81 (32.03% from 255) = 20.4%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 48.36%
G = 20.4%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0517C (or 0xC0517C) is known color: Royal Heath. HEX triplet: C0, 51 and 7C. RGB value is (192,81,124). Sum of RGB (Red+Green+Blue) = 192+81+124=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0517C is #3FAE83. Grayscale: #777777. Windows color (decimal): -4173444 or 8147392. OLE color: 8147392.

HSL color Cylindrical-coordinate representation of color #C0517C: hue angle of 336.76º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0517C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 124 -
CMYK 0 0.58 0.35 0.25
HSL 336.76º 0.47% 0.54% -
HSV(B) 336.76º 0.58% 0.75% -
XYZ 28.32 18.55 21.16 -
YUV 119.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 192 81 124 0 0.58 0.35 0.25 336.76 0.47 0.54
Hex C0 51 7C 0 3A 23 19 151 2F 36
Octal 300 121 174 0 72 43 31 521 57 66
Binary 11000000 1010001 1111100 0 111010 100011 11001 101010001 101111 110110

Color Harmonies of #C0517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0517C

Black with #C0517C

Text Example


Text Example

White with #C0517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0517C; }

 p { color: rgb(192,81,124); }

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

background-color css

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

 a { background-color: rgb(192,81,124); }

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

border-color css

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

 span { border-color: rgb(192,81,124); }

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