Html Css Color HEX #C04D74 Royal Heath

📋 copy color: '#C04D74'

red 192 ◦ green 77 ◦ blue 116

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

Shades of Royal Heath #C04D74

Tints of Royal Heath #C04D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 49.87%
G = 20%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04D74 (or 0xC04D74) is known color: Royal Heath. HEX triplet: C0, 4D and 74. RGB value is (192,77,116). Sum of RGB (Red+Green+Blue) = 192+77+116=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D74 is #3FB28B. Grayscale: #737373. Windows color (decimal): -4174476 or 7622080. OLE color: 7622080.

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

Color convert

RGB 192 77 116 -
CMYK 0 0.60 0.40 0.25
HSL 339.65º 0.48% 0.53% -
HSV(B) 339.65º 0.6% 0.75% -
XYZ 27.54 17.78 18.5 -
YUV 115.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 192 77 116 0 0.60 0.40 0.25 339.65 0.48 0.53
Hex C0 4D 74 0 3C 28 19 154 30 35
Octal 300 115 164 0 74 50 31 524 60 65
Binary 11000000 1001101 1110100 0 111100 101000 11001 101010100 110000 110101

Color Harmonies of #C04D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D74

Black with #C04D74

Text Example


Text Example

White with #C04D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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