Html Css Color HEX #C04978 Royal Heath

📋 copy color: '#C04978'

red 192 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #C04978

Tints of Royal Heath #C04978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 49.87%
G = 18.96%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C04978 (or 0xC04978) is known color: Royal Heath. HEX triplet: C0, 49 and 78. RGB value is (192,73,120). Sum of RGB (Red+Green+Blue) = 192+73+120=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04978 is #3FB687. Grayscale: #717171. Windows color (decimal): -4175496 or 7883200. OLE color: 7883200.

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

Color convert

RGB 192 73 120 -
CMYK 0 0.62 0.38 0.25
HSL 336.3º 0.49% 0.52% -
HSV(B) 336.3º 0.62% 0.75% -
XYZ 27.51 17.33 19.66 -
YUV 113.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 192 73 120 0 0.62 0.38 0.25 336.3 0.49 0.52
Hex C0 49 78 0 3E 26 19 150 31 34
Octal 300 111 170 0 76 46 31 520 61 64
Binary 11000000 1001001 1111000 0 111110 100110 11001 101010000 110001 110100

Color Harmonies of #C04978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04978

Black with #C04978

Text Example


Text Example

White with #C04978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04978; }

 p { color: rgb(192,73,120); }

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

background-color css

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

 a { background-color: rgb(192,73,120); }

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

border-color css

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

 span { border-color: rgb(192,73,120); }

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