Html Css Color HEX #C0517A Royal Heath

📋 copy color: '#C0517A'

red 192 ◦ green 81 ◦ blue 122

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

Shades of Royal Heath #C0517A

Tints of Royal Heath #C0517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 48.61%
G = 20.51%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0517A (or 0xC0517A) is known color: Royal Heath. HEX triplet: C0, 51 and 7A. RGB value is (192,81,122). Sum of RGB (Red+Green+Blue) = 192+81+122=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0517A is #3FAE85. Grayscale: #767676. Windows color (decimal): -4173446 or 8016320. OLE color: 8016320.

HSL color Cylindrical-coordinate representation of color #C0517A: hue angle of 337.84º 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 #C0517A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 122 -
CMYK 0 0.58 0.36 0.25
HSL 337.84º 0.47% 0.54% -
HSV(B) 337.84º 0.58% 0.75% -
XYZ 28.19 18.5 20.5 -
YUV 118.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 192 81 122 0 0.58 0.36 0.25 337.84 0.47 0.54
Hex C0 51 7A 0 3A 24 19 152 2F 36
Octal 300 121 172 0 72 44 31 522 57 66
Binary 11000000 1010001 1111010 0 111010 100100 11001 101010010 101111 110110

Color Harmonies of #C0517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0517A

Black with #C0517A

Text Example


Text Example

White with #C0517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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