Html Css Color HEX #C04F7E Royal Heath

📋 copy color: '#C04F7E'

red 192 ◦ green 79 ◦ blue 126

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

Shades of Royal Heath #C04F7E

Tints of Royal Heath #C04F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.9%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 48.36%
G = 19.9%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C04F7E (or 0xC04F7E) is known color: Royal Heath. HEX triplet: C0, 4F and 7E. RGB value is (192,79,126). Sum of RGB (Red+Green+Blue) = 192+79+126=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F7E is #3FB081. Grayscale: #767676. Windows color (decimal): -4173954 or 8277952. OLE color: 8277952.

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

Color convert

RGB 192 79 126 -
CMYK 0 0.59 0.34 0.25
HSL 335.04º 0.47% 0.53% -
HSV(B) 335.04º 0.59% 0.75% -
XYZ 28.3 18.3 21.78 -
YUV 118.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 192 79 126 0 0.59 0.34 0.25 335.04 0.47 0.53
Hex C0 4F 7E 0 3B 22 19 14F 2F 35
Octal 300 117 176 0 73 42 31 517 57 65
Binary 11000000 1001111 1111110 0 111011 100010 11001 101001111 101111 110101

Color Harmonies of #C04F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F7E

Black with #C04F7E

Text Example


Text Example

White with #C04F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F7E; }

 p { color: rgb(192,79,126); }

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

background-color css

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

 a { background-color: rgb(192,79,126); }

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

border-color css

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

 span { border-color: rgb(192,79,126); }

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