Html Css Color HEX #C04877 Royal Heath

📋 copy color: '#C04877'

red 192 ◦ green 72 ◦ blue 119

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

Shades of Royal Heath #C04877

Tints of Royal Heath #C04877

RGB

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

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

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

R = 50.13%
G = 18.8%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C04877 (or 0xC04877) is known color: Royal Heath. HEX triplet: C0, 48 and 77. RGB value is (192,72,119). Sum of RGB (Red+Green+Blue) = 192+72+119=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C04877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04877 is #3FB788. Grayscale: #717171. Windows color (decimal): -4175753 or 7817408. OLE color: 7817408.

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

Color convert

RGB 192 72 119 -
CMYK 0 0.63 0.38 0.25
HSL 336.5º 0.49% 0.52% -
HSV(B) 336.5º 0.63% 0.75% -
XYZ 27.39 17.17 19.32 -
YUV 113.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 192 72 119 0 0.63 0.38 0.25 336.5 0.49 0.52
Hex C0 48 77 0 3F 26 19 150 31 34
Octal 300 110 167 0 77 46 31 520 61 64
Binary 11000000 1001000 1110111 0 111111 100110 11001 101010000 110001 110100

Color Harmonies of #C04877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04877

Black with #C04877

Text Example


Text Example

White with #C04877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04877; }

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

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

background-color css

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

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

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

border-color css

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

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

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