Html Css Color HEX #C0577A Royal Heath

📋 copy color: '#C0577A'

red 192 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #C0577A

Tints of Royal Heath #C0577A

RGB

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

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

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

R = 47.88%
G = 21.7%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0577A (or 0xC0577A) is known color: Royal Heath. HEX triplet: C0, 57 and 7A. RGB value is (192,87,122). Sum of RGB (Red+Green+Blue) = 192+87+122=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0577A is #3FA885. Grayscale: #7A7A7A. Windows color (decimal): -4171910 or 8017856. OLE color: 8017856.

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

Color convert

RGB 192 87 122 -
CMYK 0 0.55 0.36 0.25
HSL 340º 0.45% 0.55% -
HSV(B) 340º 0.55% 0.75% -
XYZ 28.66 19.43 20.65 -
YUV 122.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 192 87 122 0 0.55 0.36 0.25 340 0.45 0.55
Hex C0 57 7A 0 37 24 19 154 2D 37
Octal 300 127 172 0 67 44 31 524 55 67
Binary 11000000 1010111 1111010 0 110111 100100 11001 101010100 101101 110111

Color Harmonies of #C0577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0577A

Black with #C0577A

Text Example


Text Example

White with #C0577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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