Html Css Color HEX #C04977 Royal Heath

📋 copy color: '#C04977'

red 192 ◦ green 73 ◦ blue 119

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

Shades of Royal Heath #C04977

Tints of Royal Heath #C04977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 50%
G = 19.01%
B = 30.99%

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

#C04977 (or 0xC04977) is known color: Royal Heath. HEX triplet: C0, 49 and 77. RGB value is (192,73,119). Sum of RGB (Red+Green+Blue) = 192+73+119=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C04977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04977 is #3FB688. Grayscale: #717171. Windows color (decimal): -4175497 or 7817664. OLE color: 7817664.

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

Color convert

RGB 192 73 119 -
CMYK 0 0.62 0.38 0.25
HSL 336.81º 0.49% 0.52% -
HSV(B) 336.81º 0.62% 0.75% -
XYZ 27.45 17.3 19.35 -
YUV 113.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 192 73 119 0 0.62 0.38 0.25 336.81 0.49 0.52
Hex C0 49 77 0 3E 26 19 151 31 34
Octal 300 111 167 0 76 46 31 521 61 64
Binary 11000000 1001001 1110111 0 111110 100110 11001 101010001 110001 110100

Color Harmonies of #C04977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04977

Black with #C04977

Text Example


Text Example

White with #C04977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04977; }

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

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

background-color css

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

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

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

border-color css

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

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

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