Html Css Color HEX #C0507D Royal Heath

📋 copy color: '#C0507D'

red 192 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #C0507D

Tints of Royal Heath #C0507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 48.36%
G = 20.15%
B = 31.49%

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

#C0507D (or 0xC0507D) is known color: Royal Heath. HEX triplet: C0, 50 and 7D. RGB value is (192,80,125). Sum of RGB (Red+Green+Blue) = 192+80+125=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0507D is #3FAF82. Grayscale: #767676. Windows color (decimal): -4173699 or 8212672. OLE color: 8212672.

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

Color convert

RGB 192 80 125 -
CMYK 0 0.58 0.35 0.25
HSL 335.89º 0.47% 0.53% -
HSV(B) 335.89º 0.58% 0.75% -
XYZ 28.31 18.42 21.47 -
YUV 118.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 192 80 125 0 0.58 0.35 0.25 335.89 0.47 0.53
Hex C0 50 7D 0 3A 23 19 150 2F 35
Octal 300 120 175 0 72 43 31 520 57 65
Binary 11000000 1010000 1111101 0 111010 100011 11001 101010000 101111 110101

Color Harmonies of #C0507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0507D

Black with #C0507D

Text Example


Text Example

White with #C0507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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