Html Css Color HEX #C04C7E Royal Heath

📋 copy color: '#C04C7E'

red 192 ◦ green 76 ◦ blue 126

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

Shades of Royal Heath #C04C7E

Tints of Royal Heath #C04C7E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

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

R = 48.73%
G = 19.29%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C04C7E (or 0xC04C7E) is known color: Royal Heath. HEX triplet: C0, 4C and 7E. RGB value is (192,76,126). Sum of RGB (Red+Green+Blue) = 192+76+126=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C7E is #3FB381. Grayscale: #747474. Windows color (decimal): -4174722 or 8277184. OLE color: 8277184.

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

Color convert

RGB 192 76 126 -
CMYK 0 0.60 0.34 0.25
HSL 334.14º 0.48% 0.53% -
HSV(B) 334.14º 0.6% 0.75% -
XYZ 28.09 17.88 21.71 -
YUV 116.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 192 76 126 0 0.60 0.34 0.25 334.14 0.48 0.53
Hex C0 4C 7E 0 3C 22 19 14E 30 35
Octal 300 114 176 0 74 42 31 516 60 65
Binary 11000000 1001100 1111110 0 111100 100010 11001 101001110 110000 110101

Color Harmonies of #C04C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C7E

Black with #C04C7E

Text Example


Text Example

White with #C04C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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