Html Css Color HEX #C0557C Royal Heath

📋 copy color: '#C0557C'

red 192 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #C0557C

Tints of Royal Heath #C0557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

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

R = 47.88%
G = 21.2%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0557C (or 0xC0557C) is known color: Royal Heath. HEX triplet: C0, 55 and 7C. RGB value is (192,85,124). Sum of RGB (Red+Green+Blue) = 192+85+124=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0557C is #3FAA83. Grayscale: #797979. Windows color (decimal): -4172420 or 8148416. OLE color: 8148416.

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

Color convert

RGB 192 85 124 -
CMYK 0 0.56 0.35 0.25
HSL 338.13º 0.46% 0.54% -
HSV(B) 338.13º 0.56% 0.75% -
XYZ 28.62 19.16 21.26 -
YUV 121.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 192 85 124 0 0.56 0.35 0.25 338.13 0.46 0.54
Hex C0 55 7C 0 38 23 19 152 2E 36
Octal 300 125 174 0 70 43 31 522 56 66
Binary 11000000 1010101 1111100 0 111000 100011 11001 101010010 101110 110110

Color Harmonies of #C0557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0557C

Black with #C0557C

Text Example


Text Example

White with #C0557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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