Html Css Color HEX #C0537F Royal Heath

📋 copy color: '#C0537F'

red 192 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #C0537F

Tints of Royal Heath #C0537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 47.76%
G = 20.65%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0537F (or 0xC0537F) is known color: Royal Heath. HEX triplet: C0, 53 and 7F. RGB value is (192,83,127). Sum of RGB (Red+Green+Blue) = 192+83+127=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0537F is #3FAC80. Grayscale: #787878. Windows color (decimal): -4172929 or 8344512. OLE color: 8344512.

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

Color convert

RGB 192 83 127 -
CMYK 0 0.57 0.34 0.25
HSL 335.78º 0.46% 0.54% -
HSV(B) 335.78º 0.57% 0.75% -
XYZ 28.66 18.93 22.22 -
YUV 120.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 192 83 127 0 0.57 0.34 0.25 335.78 0.46 0.54
Hex C0 53 7F 0 39 22 19 150 2E 36
Octal 300 123 177 0 71 42 31 520 56 66
Binary 11000000 1010011 1111111 0 111001 100010 11001 101010000 101110 110110

Color Harmonies of #C0537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0537F

Black with #C0537F

Text Example


Text Example

White with #C0537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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