Html Css Color HEX #C04579 Royal Heath

📋 copy color: '#C04579'

red 192 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #C04579

Tints of Royal Heath #C04579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 50.26%
G = 18.06%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C04579 (or 0xC04579) is known color: Royal Heath. HEX triplet: C0, 45 and 79. RGB value is (192,69,121). Sum of RGB (Red+Green+Blue) = 192+69+121=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C04579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04579 is #3FBA86. Grayscale: #6F6F6F. Windows color (decimal): -4176519 or 7947712. OLE color: 7947712.

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

Color convert

RGB 192 69 121 -
CMYK 0 0.64 0.37 0.25
HSL 334.63º 0.49% 0.51% -
HSV(B) 334.63º 0.64% 0.75% -
XYZ 27.32 16.84 19.9 -
YUV 111.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 192 69 121 0 0.64 0.37 0.25 334.63 0.49 0.51
Hex C0 45 79 0 40 25 19 14F 31 33
Octal 300 105 171 0 100 45 31 517 61 63
Binary 11000000 1000101 1111001 0 1000000 100101 11001 101001111 110001 110011

Color Harmonies of #C04579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04579

Black with #C04579

Text Example


Text Example

White with #C04579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04579; }

 p { color: rgb(192,69,121); }

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

background-color css

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

 a { background-color: rgb(192,69,121); }

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

border-color css

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

 span { border-color: rgb(192,69,121); }

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