Html Css Color HEX #C04E7D Royal Heath

📋 copy color: '#C04E7D'

red 192 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #C04E7D

Tints of Royal Heath #C04E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 48.61%
G = 19.75%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C04E7D (or 0xC04E7D) is known color: Royal Heath. HEX triplet: C0, 4E and 7D. RGB value is (192,78,125). Sum of RGB (Red+Green+Blue) = 192+78+125=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E7D is #3FB182. Grayscale: #757575. Windows color (decimal): -4174211 or 8212160. OLE color: 8212160.

HSL color Cylindrical-coordinate representation of color #C04E7D: hue angle of 335.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E7D is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 125 -
CMYK 0 0.59 0.35 0.25
HSL 335.26º 0.48% 0.53% -
HSV(B) 335.26º 0.59% 0.75% -
XYZ 28.16 18.14 21.42 -
YUV 117.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 192 78 125 0 0.59 0.35 0.25 335.26 0.48 0.53
Hex C0 4E 7D 0 3B 23 19 14F 30 35
Octal 300 116 175 0 73 43 31 517 60 65
Binary 11000000 1001110 1111101 0 111011 100011 11001 101001111 110000 110101

Color Harmonies of #C04E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E7D

Black with #C04E7D

Text Example


Text Example

White with #C04E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E7D; }

 p { color: rgb(192,78,125); }

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

background-color css

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

 a { background-color: rgb(192,78,125); }

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

border-color css

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

 span { border-color: rgb(192,78,125); }

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