Html Css Color HEX #C04C71 Royal Heath

📋 copy color: '#C04C71'

red 192 ◦ green 76 ◦ blue 113

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

Shades of Royal Heath #C04C71

Tints of Royal Heath #C04C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 50.39%
G = 19.95%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04C71 (or 0xC04C71) is known color: Royal Heath. HEX triplet: C0, 4C and 71. RGB value is (192,76,113). Sum of RGB (Red+Green+Blue) = 192+76+113=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C71 is #3FB38E. Grayscale: #727272. Windows color (decimal): -4174735 or 7425216. OLE color: 7425216.

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

Color convert

RGB 192 76 113 -
CMYK 0 0.60 0.41 0.25
HSL 340.86º 0.48% 0.53% -
HSV(B) 340.86º 0.6% 0.75% -
XYZ 27.3 17.57 17.57 -
YUV 114.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 192 76 113 0 0.60 0.41 0.25 340.86 0.48 0.53
Hex C0 4C 71 0 3C 29 19 155 30 35
Octal 300 114 161 0 74 51 31 525 60 65
Binary 11000000 1001100 1110001 0 111100 101001 11001 101010101 110000 110101

Color Harmonies of #C04C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C71

Black with #C04C71

Text Example


Text Example

White with #C04C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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