Html Css Color HEX #C04D72 Royal Heath

📋 copy color: '#C04D72'

red 192 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #C04D72

Tints of Royal Heath #C04D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 50.13%
G = 20.1%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04D72 (or 0xC04D72) is known color: Royal Heath. HEX triplet: C0, 4D and 72. RGB value is (192,77,114). Sum of RGB (Red+Green+Blue) = 192+77+114=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D72 is #3FB28D. Grayscale: #737373. Windows color (decimal): -4174478 or 7491008. OLE color: 7491008.

HSL color Cylindrical-coordinate representation of color #C04D72: hue angle of 340.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D72 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 114 -
CMYK 0 0.60 0.41 0.25
HSL 340.7º 0.48% 0.53% -
HSV(B) 340.7º 0.6% 0.75% -
XYZ 27.43 17.73 17.9 -
YUV 115.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 192 77 114 0 0.60 0.41 0.25 340.7 0.48 0.53
Hex C0 4D 72 0 3C 29 19 155 30 35
Octal 300 115 162 0 74 51 31 525 60 65
Binary 11000000 1001101 1110010 0 111100 101001 11001 101010101 110000 110101

Color Harmonies of #C04D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D72

Black with #C04D72

Text Example


Text Example

White with #C04D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D72; }

 p { color: rgb(192,77,114); }

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

background-color css

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

 a { background-color: rgb(192,77,114); }

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

border-color css

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

 span { border-color: rgb(192,77,114); }

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