Html Css Color HEX #C0537A Royal Heath

📋 copy color: '#C0537A'

red 192 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #C0537A

Tints of Royal Heath #C0537A

RGB

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

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

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

R = 48.36%
G = 20.91%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0537A (or 0xC0537A) is known color: Royal Heath. HEX triplet: C0, 53 and 7A. RGB value is (192,83,122). Sum of RGB (Red+Green+Blue) = 192+83+122=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0537A is #3FAC85. Grayscale: #777777. Windows color (decimal): -4172934 or 8016832. OLE color: 8016832.

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

Color convert

RGB 192 83 122 -
CMYK 0 0.57 0.36 0.25
HSL 338.53º 0.46% 0.54% -
HSV(B) 338.53º 0.57% 0.75% -
XYZ 28.34 18.8 20.55 -
YUV 120.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 192 83 122 0 0.57 0.36 0.25 338.53 0.46 0.54
Hex C0 53 7A 0 39 24 19 153 2E 36
Octal 300 123 172 0 71 44 31 523 56 66
Binary 11000000 1010011 1111010 0 111001 100100 11001 101010011 101110 110110

Color Harmonies of #C0537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0537A

Black with #C0537A

Text Example


Text Example

White with #C0537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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