#C0507D

Color #C0507D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C0507D

Tints of Royal Heath #C0507D

Color information

#C0507D (or 0xC0507D) is unknown color: approx 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

RGB19280125-
CMYK00.580.350.25
HSL335.89º47.06%53.33%-
HSV(B)335.89º58.33%75.29%-
XYZ28.3118.4221.47-
YUV118.62131.61180.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928012500.580.350.25335.8947.0653.33
HexC0507D03A23191502f35
Octal30012017507243315205765
Binary1100000010100001111101011101010001111001101010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>