Html Css Color HEX #C0507F Royal Heath

📋 copy color: '#C0507F'

red 192 ◦ green 80 ◦ blue 127

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

Shades of Royal Heath #C0507F

Tints of Royal Heath #C0507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 48.12%
G = 20.05%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0507F (or 0xC0507F) is known color: Royal Heath. HEX triplet: C0, 50 and 7F. RGB value is (192,80,127). Sum of RGB (Red+Green+Blue) = 192+80+127=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0507F is #3FAF80. Grayscale: #767676. Windows color (decimal): -4173697 or 8343744. OLE color: 8343744.

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

Color convert

RGB 192 80 127 -
CMYK 0 0.58 0.34 0.25
HSL 334.82º 0.47% 0.53% -
HSV(B) 334.82º 0.58% 0.75% -
XYZ 28.44 18.48 22.15 -
YUV 118.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 192 80 127 0 0.58 0.34 0.25 334.82 0.47 0.53
Hex C0 50 7F 0 3A 22 19 14F 2F 35
Octal 300 120 177 0 72 42 31 517 57 65
Binary 11000000 1010000 1111111 0 111010 100010 11001 101001111 101111 110101

Color Harmonies of #C0507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0507F

Black with #C0507F

Text Example


Text Example

White with #C0507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0507F; }

 p { color: rgb(192,80,127); }

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

background-color css

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

 a { background-color: rgb(192,80,127); }

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

border-color css

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

 span { border-color: rgb(192,80,127); }

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