Html Css Color HEX #C0477C Royal Heath

📋 copy color: '#C0477C'

red 192 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #C0477C

Tints of Royal Heath #C0477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

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

R = 49.61%
G = 18.35%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0477C (or 0xC0477C) is known color: Royal Heath. HEX triplet: C0, 47 and 7C. RGB value is (192,71,124). Sum of RGB (Red+Green+Blue) = 192+71+124=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0477C is #3FB883. Grayscale: #717171. Windows color (decimal): -4176004 or 8144832. OLE color: 8144832.

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

Color convert

RGB 192 71 124 -
CMYK 0 0.63 0.35 0.25
HSL 333.72º 0.49% 0.52% -
HSV(B) 333.72º 0.63% 0.75% -
XYZ 27.63 17.17 20.93 -
YUV 113.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 192 71 124 0 0.63 0.35 0.25 333.72 0.49 0.52
Hex C0 47 7C 0 3F 23 19 14E 31 34
Octal 300 107 174 0 77 43 31 516 61 64
Binary 11000000 1000111 1111100 0 111111 100011 11001 101001110 110001 110100

Color Harmonies of #C0477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0477C

Black with #C0477C

Text Example


Text Example

White with #C0477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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