Html Css Color HEX #C0547F Royal Heath

📋 copy color: '#C0547F'

red 192 ◦ green 84 ◦ blue 127

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

Shades of Royal Heath #C0547F

Tints of Royal Heath #C0547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

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

R = 47.64%
G = 20.84%
B = 31.51%

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

#C0547F (or 0xC0547F) is known color: Royal Heath. HEX triplet: C0, 54 and 7F. RGB value is (192,84,127). Sum of RGB (Red+Green+Blue) = 192+84+127=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0547F is #3FAB80. Grayscale: #797979. Windows color (decimal): -4172673 or 8344768. OLE color: 8344768.

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

Color convert

RGB 192 84 127 -
CMYK 0 0.56 0.34 0.25
HSL 336.11º 0.46% 0.54% -
HSV(B) 336.11º 0.56% 0.75% -
XYZ 28.74 19.08 22.25 -
YUV 121.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 192 84 127 0 0.56 0.34 0.25 336.11 0.46 0.54
Hex C0 54 7F 0 38 22 19 150 2E 36
Octal 300 124 177 0 70 42 31 520 56 66
Binary 11000000 1010100 1111111 0 111000 100010 11001 101010000 101110 110110

Color Harmonies of #C0547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0547F

Black with #C0547F

Text Example


Text Example

White with #C0547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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