Html Css Color HEX #C0557F Royal Heath

📋 copy color: '#C0557F'

red 192 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #C0557F

Tints of Royal Heath #C0557F

RGB

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

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

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

R = 47.52%
G = 21.04%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0557F (or 0xC0557F) is known color: Royal Heath. HEX triplet: C0, 55 and 7F. RGB value is (192,85,127). Sum of RGB (Red+Green+Blue) = 192+85+127=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0557F is #3FAA80. Grayscale: #797979. Windows color (decimal): -4172417 or 8345024. OLE color: 8345024.

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

Color convert

RGB 192 85 127 -
CMYK 0 0.56 0.34 0.25
HSL 336.45º 0.46% 0.54% -
HSV(B) 336.45º 0.56% 0.75% -
XYZ 28.82 19.24 22.27 -
YUV 121.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 192 85 127 0 0.56 0.34 0.25 336.45 0.46 0.54
Hex C0 55 7F 0 38 22 19 150 2E 36
Octal 300 125 177 0 70 42 31 520 56 66
Binary 11000000 1010101 1111111 0 111000 100010 11001 101010000 101110 110110

Color Harmonies of #C0557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0557F

Black with #C0557F

Text Example


Text Example

White with #C0557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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