Html Css Color HEX #C04773 Royal Heath

📋 copy color: '#C04773'

red 192 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #C04773

Tints of Royal Heath #C04773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 50.79%
G = 18.78%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04773 (or 0xC04773) is known color: Royal Heath. HEX triplet: C0, 47 and 73. RGB value is (192,71,115). Sum of RGB (Red+Green+Blue) = 192+71+115=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04773 is #3FB88C. Grayscale: #707070. Windows color (decimal): -4176013 or 7555008. OLE color: 7555008.

HSL color Cylindrical-coordinate representation of color #C04773: hue angle of 338.18º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04773 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 115 -
CMYK 0 0.63 0.40 0.25
HSL 338.18º 0.49% 0.52% -
HSV(B) 338.18º 0.63% 0.75% -
XYZ 27.09 16.95 18.06 -
YUV 112.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 192 71 115 0 0.63 0.40 0.25 338.18 0.49 0.52
Hex C0 47 73 0 3F 28 19 152 31 34
Octal 300 107 163 0 77 50 31 522 61 64
Binary 11000000 1000111 1110011 0 111111 101000 11001 101010010 110001 110100

Color Harmonies of #C04773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04773

Black with #C04773

Text Example


Text Example

White with #C04773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04773; }

 p { color: rgb(192,71,115); }

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

background-color css

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

 a { background-color: rgb(192,71,115); }

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

border-color css

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

 span { border-color: rgb(192,71,115); }

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