Html Css Color HEX #C04079 Royal Heath

📋 copy color: '#C04079'

red 192 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #C04079

Tints of Royal Heath #C04079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 50.93%
G = 16.98%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C04079 (or 0xC04079) is known color: Royal Heath. HEX triplet: C0, 40 and 79. RGB value is (192,64,121). Sum of RGB (Red+Green+Blue) = 192+64+121=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04079 is #3FBF86. Grayscale: #6C6C6C. Windows color (decimal): -4177799 or 7946432. OLE color: 7946432.

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

Color convert

RGB 192 64 121 -
CMYK 0 0.67 0.37 0.25
HSL 333.28º 0.5% 0.5% -
HSV(B) 333.28º 0.67% 0.75% -
XYZ 27.02 16.25 19.8 -
YUV 108.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 192 64 121 0 0.67 0.37 0.25 333.28 0.5 0.5
Hex C0 40 79 0 43 25 19 14D 32 32
Octal 300 100 171 0 103 45 31 515 62 62
Binary 11000000 1000000 1111001 0 1000011 100101 11001 101001101 110010 110010

Color Harmonies of #C04079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04079

Black with #C04079

Text Example


Text Example

White with #C04079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04079; }

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

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

background-color css

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

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

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

border-color css

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

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

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