Html Css Color HEX #C04577 Royal Heath

📋 copy color: '#C04577'

red 192 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #C04577

Tints of Royal Heath #C04577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 50.53%
G = 18.16%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C04577 (or 0xC04577) is known color: Royal Heath. HEX triplet: C0, 45 and 77. RGB value is (192,69,119). Sum of RGB (Red+Green+Blue) = 192+69+119=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04577 is #3FBA88. Grayscale: #6F6F6F. Windows color (decimal): -4176521 or 7816640. OLE color: 7816640.

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

Color convert

RGB 192 69 119 -
CMYK 0 0.64 0.38 0.25
HSL 335.61º 0.49% 0.51% -
HSV(B) 335.61º 0.64% 0.75% -
XYZ 27.2 16.79 19.26 -
YUV 111.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 192 69 119 0 0.64 0.38 0.25 335.61 0.49 0.51
Hex C0 45 77 0 40 26 19 150 31 33
Octal 300 105 167 0 100 46 31 520 61 63
Binary 11000000 1000101 1110111 0 1000000 100110 11001 101010000 110001 110011

Color Harmonies of #C04577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04577

Black with #C04577

Text Example


Text Example

White with #C04577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04577; }

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

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

background-color css

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

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

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

border-color css

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

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

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