Html Css Color HEX #C04F7C Royal Heath

📋 copy color: '#C04F7C'

red 192 ◦ green 79 ◦ blue 124

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

Shades of Royal Heath #C04F7C

Tints of Royal Heath #C04F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 48.61%
G = 20%
B = 31.39%

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

#C04F7C (or 0xC04F7C) is known color: Royal Heath. HEX triplet: C0, 4F and 7C. RGB value is (192,79,124). Sum of RGB (Red+Green+Blue) = 192+79+124=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F7C is #3FB083. Grayscale: #757575. Windows color (decimal): -4173956 or 8146880. OLE color: 8146880.

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

Color convert

RGB 192 79 124 -
CMYK 0 0.59 0.35 0.25
HSL 336.11º 0.47% 0.53% -
HSV(B) 336.11º 0.59% 0.75% -
XYZ 28.17 18.25 21.11 -
YUV 117.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 192 79 124 0 0.59 0.35 0.25 336.11 0.47 0.53
Hex C0 4F 7C 0 3B 23 19 150 2F 35
Octal 300 117 174 0 73 43 31 520 57 65
Binary 11000000 1001111 1111100 0 111011 100011 11001 101010000 101111 110101

Color Harmonies of #C04F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F7C

Black with #C04F7C

Text Example


Text Example

White with #C04F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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