Html Css Color HEX #C04E7A Royal Heath

📋 copy color: '#C04E7A'

red 192 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #C04E7A

Tints of Royal Heath #C04E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 48.98%
G = 19.9%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C04E7A (or 0xC04E7A) is known color: Royal Heath. HEX triplet: C0, 4E and 7A. RGB value is (192,78,122). Sum of RGB (Red+Green+Blue) = 192+78+122=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E7A is #3FB185. Grayscale: #757575. Windows color (decimal): -4174214 or 8015552. OLE color: 8015552.

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

Color convert

RGB 192 78 122 -
CMYK 0 0.59 0.36 0.25
HSL 336.84º 0.48% 0.53% -
HSV(B) 336.84º 0.59% 0.75% -
XYZ 27.98 18.06 20.42 -
YUV 117.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 192 78 122 0 0.59 0.36 0.25 336.84 0.48 0.53
Hex C0 4E 7A 0 3B 24 19 151 30 35
Octal 300 116 172 0 73 44 31 521 60 65
Binary 11000000 1001110 1111010 0 111011 100100 11001 101010001 110000 110101

Color Harmonies of #C04E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E7A

Black with #C04E7A

Text Example


Text Example

White with #C04E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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