Html Css Color HEX #C0547D Royal Heath

📋 copy color: '#C0547D'

red 192 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #C0547D

Tints of Royal Heath #C0547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 47.88%
G = 20.95%
B = 31.17%

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

#C0547D (or 0xC0547D) is known color: Royal Heath. HEX triplet: C0, 54 and 7D. RGB value is (192,84,125). Sum of RGB (Red+Green+Blue) = 192+84+125=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0547D is #3FAB82. Grayscale: #787878. Windows color (decimal): -4172675 or 8213696. OLE color: 8213696.

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

Color convert

RGB 192 84 125 -
CMYK 0 0.56 0.35 0.25
HSL 337.22º 0.46% 0.54% -
HSV(B) 337.22º 0.56% 0.75% -
XYZ 28.61 19.03 21.57 -
YUV 120.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 192 84 125 0 0.56 0.35 0.25 337.22 0.46 0.54
Hex C0 54 7D 0 38 23 19 151 2E 36
Octal 300 124 175 0 70 43 31 521 56 66
Binary 11000000 1010100 1111101 0 111000 100011 11001 101010001 101110 110110

Color Harmonies of #C0547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0547D

Black with #C0547D

Text Example


Text Example

White with #C0547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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