Html Css Color HEX #C04573 Royal Heath

📋 copy color: '#C04573'

red 192 ◦ green 69 ◦ blue 115

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

Shades of Royal Heath #C04573

Tints of Royal Heath #C04573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 51.06%
G = 18.35%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04573 (or 0xC04573) is known color: Royal Heath. HEX triplet: C0, 45 and 73. RGB value is (192,69,115). Sum of RGB (Red+Green+Blue) = 192+69+115=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04573 is #3FBA8C. Grayscale: #6E6E6E. Windows color (decimal): -4176525 or 7554496. OLE color: 7554496.

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

Color convert

RGB 192 69 115 -
CMYK 0 0.64 0.40 0.25
HSL 337.56º 0.49% 0.51% -
HSV(B) 337.56º 0.64% 0.75% -
XYZ 26.96 16.7 18.02 -
YUV 111.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 192 69 115 0 0.64 0.40 0.25 337.56 0.49 0.51
Hex C0 45 73 0 40 28 19 152 31 33
Octal 300 105 163 0 100 50 31 522 61 63
Binary 11000000 1000101 1110011 0 1000000 101000 11001 101010010 110001 110011

Color Harmonies of #C04573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04573

Black with #C04573

Text Example


Text Example

White with #C04573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04573; }

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

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

background-color css

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

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

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

border-color css

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

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

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