Html Css Color HEX #C04473 Royal Heath

📋 copy color: '#C04473'

red 192 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #C04473

Tints of Royal Heath #C04473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

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

R = 51.2%
G = 18.13%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04473 (or 0xC04473) is known color: Royal Heath. HEX triplet: C0, 44 and 73. RGB value is (192,68,115). Sum of RGB (Red+Green+Blue) = 192+68+115=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C04473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04473 is #3FBB8C. Grayscale: #6E6E6E. Windows color (decimal): -4176781 or 7554240. OLE color: 7554240.

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

Color convert

RGB 192 68 115 -
CMYK 0 0.65 0.40 0.25
HSL 337.26º 0.5% 0.51% -
HSV(B) 337.26º 0.65% 0.75% -
XYZ 26.9 16.58 18 -
YUV 110.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 192 68 115 0 0.65 0.40 0.25 337.26 0.5 0.51
Hex C0 44 73 0 41 28 19 151 32 33
Octal 300 104 163 0 101 50 31 521 62 63
Binary 11000000 1000100 1110011 0 1000001 101000 11001 101010001 110010 110011

Color Harmonies of #C04473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04473

Black with #C04473

Text Example


Text Example

White with #C04473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04473; }

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

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

background-color css

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

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

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

border-color css

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

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

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