Html Css Color HEX #C04979 Royal Heath

📋 copy color: '#C04979'

red 192 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #C04979

Tints of Royal Heath #C04979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 49.74%
G = 18.91%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C04979 (or 0xC04979) is known color: Royal Heath. HEX triplet: C0, 49 and 79. RGB value is (192,73,121). Sum of RGB (Red+Green+Blue) = 192+73+121=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C04979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04979 is #3FB686. Grayscale: #717171. Windows color (decimal): -4175495 or 7948736. OLE color: 7948736.

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

Color convert

RGB 192 73 121 -
CMYK 0 0.62 0.37 0.25
HSL 335.8º 0.49% 0.52% -
HSV(B) 335.8º 0.62% 0.75% -
XYZ 27.57 17.35 19.99 -
YUV 114.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 192 73 121 0 0.62 0.37 0.25 335.8 0.49 0.52
Hex C0 49 79 0 3E 25 19 150 31 34
Octal 300 111 171 0 76 45 31 520 61 64
Binary 11000000 1001001 1111001 0 111110 100101 11001 101010000 110001 110100

Color Harmonies of #C04979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04979

Black with #C04979

Text Example


Text Example

White with #C04979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04979; }

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

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

background-color css

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

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

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

border-color css

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

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

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