Html Css Color HEX #C04876 Royal Heath

📋 copy color: '#C04876'

red 192 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #C04876

Tints of Royal Heath #C04876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 50.26%
G = 18.85%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04876 (or 0xC04876) is known color: Royal Heath. HEX triplet: C0, 48 and 76. RGB value is (192,72,118). Sum of RGB (Red+Green+Blue) = 192+72+118=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C04876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04876 is #3FB789. Grayscale: #717171. Windows color (decimal): -4175754 or 7751872. OLE color: 7751872.

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

Color convert

RGB 192 72 118 -
CMYK 0 0.63 0.39 0.25
HSL 337º 0.49% 0.52% -
HSV(B) 337º 0.63% 0.75% -
XYZ 27.33 17.15 19.01 -
YUV 113.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 192 72 118 0 0.63 0.39 0.25 337 0.49 0.52
Hex C0 48 76 0 3F 27 19 151 31 34
Octal 300 110 166 0 77 47 31 521 61 64
Binary 11000000 1001000 1110110 0 111111 100111 11001 101010001 110001 110100

Color Harmonies of #C04876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04876

Black with #C04876

Text Example


Text Example

White with #C04876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04876; }

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

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

background-color css

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

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

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

border-color css

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

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

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