Html Css Color HEX #C04873 Royal Heath

📋 copy color: '#C04873'

red 192 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #C04873

Tints of Royal Heath #C04873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

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

R = 50.66%
G = 19%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04873 (or 0xC04873) is known color: Royal Heath. HEX triplet: C0, 48 and 73. RGB value is (192,72,115). Sum of RGB (Red+Green+Blue) = 192+72+115=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04873 is #3FB78C. Grayscale: #707070. Windows color (decimal): -4175757 or 7555264. OLE color: 7555264.

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

Color convert

RGB 192 72 115 -
CMYK 0 0.63 0.40 0.25
HSL 338.5º 0.49% 0.52% -
HSV(B) 338.5º 0.63% 0.75% -
XYZ 27.15 17.08 18.09 -
YUV 112.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 192 72 115 0 0.63 0.40 0.25 338.5 0.49 0.52
Hex C0 48 73 0 3F 28 19 152 31 34
Octal 300 110 163 0 77 50 31 522 61 64
Binary 11000000 1001000 1110011 0 111111 101000 11001 101010010 110001 110100

Color Harmonies of #C04873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04873

Black with #C04873

Text Example


Text Example

White with #C04873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04873; }

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

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

background-color css

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

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

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

border-color css

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

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

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