Html Css Color HEX #C04479 Royal Heath

📋 copy color: '#C04479'

red 192 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #C04479

Tints of Royal Heath #C04479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

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

R = 50.39%
G = 17.85%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C04479 (or 0xC04479) is known color: Royal Heath. HEX triplet: C0, 44 and 79. RGB value is (192,68,121). Sum of RGB (Red+Green+Blue) = 192+68+121=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C04479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04479 is #3FBB86. Grayscale: #6F6F6F. Windows color (decimal): -4176775 or 7947456. OLE color: 7947456.

HSL color Cylindrical-coordinate representation of color #C04479: hue angle of 334.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04479 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 121 -
CMYK 0 0.65 0.37 0.25
HSL 334.35º 0.5% 0.51% -
HSV(B) 334.35º 0.65% 0.75% -
XYZ 27.26 16.72 19.88 -
YUV 111.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 192 68 121 0 0.65 0.37 0.25 334.35 0.5 0.51
Hex C0 44 79 0 41 25 19 14E 32 33
Octal 300 104 171 0 101 45 31 516 62 63
Binary 11000000 1000100 1111001 0 1000001 100101 11001 101001110 110010 110011

Color Harmonies of #C04479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04479

Black with #C04479

Text Example


Text Example

White with #C04479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04479; }

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

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

background-color css

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

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

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

border-color css

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

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

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