Html Css Color HEX #C0577C Royal Heath

📋 copy color: '#C0577C'

red 192 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #C0577C

Tints of Royal Heath #C0577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.59%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 47.64%
G = 21.59%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0577C (or 0xC0577C) is known color: Royal Heath. HEX triplet: C0, 57 and 7C. RGB value is (192,87,124). Sum of RGB (Red+Green+Blue) = 192+87+124=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0577C is #3FA883. Grayscale: #7A7A7A. Windows color (decimal): -4171908 or 8148928. OLE color: 8148928.

HSL color Cylindrical-coordinate representation of color #C0577C: hue angle of 338.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0577C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 124 -
CMYK 0 0.55 0.35 0.25
HSL 338.86º 0.45% 0.55% -
HSV(B) 338.86º 0.55% 0.75% -
XYZ 28.78 19.48 21.31 -
YUV 122.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 192 87 124 0 0.55 0.35 0.25 338.86 0.45 0.55
Hex C0 57 7C 0 37 23 19 153 2D 37
Octal 300 127 174 0 67 43 31 523 55 67
Binary 11000000 1010111 1111100 0 110111 100011 11001 101010011 101101 110111

Color Harmonies of #C0577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0577C

Black with #C0577C

Text Example


Text Example

White with #C0577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0577C; }

 p { color: rgb(192,87,124); }

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

background-color css

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

 a { background-color: rgb(192,87,124); }

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

border-color css

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

 span { border-color: rgb(192,87,124); }

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