Html Css Color HEX #C04C76 Royal Heath

📋 copy color: '#C04C76'

red 192 ◦ green 76 ◦ blue 118

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

Shades of Royal Heath #C04C76

Tints of Royal Heath #C04C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 49.74%
G = 19.69%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04C76 (or 0xC04C76) is known color: Royal Heath. HEX triplet: C0, 4C and 76. RGB value is (192,76,118). Sum of RGB (Red+Green+Blue) = 192+76+118=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C76 is #3FB389. Grayscale: #737373. Windows color (decimal): -4174730 or 7752896. OLE color: 7752896.

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

Color convert

RGB 192 76 118 -
CMYK 0 0.60 0.39 0.25
HSL 338.28º 0.48% 0.53% -
HSV(B) 338.28º 0.6% 0.75% -
XYZ 27.59 17.68 19.1 -
YUV 115.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 192 76 118 0 0.60 0.39 0.25 338.28 0.48 0.53
Hex C0 4C 76 0 3C 27 19 152 30 35
Octal 300 114 166 0 74 47 31 522 60 65
Binary 11000000 1001100 1110110 0 111100 100111 11001 101010010 110000 110101

Color Harmonies of #C04C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C76

Black with #C04C76

Text Example


Text Example

White with #C04C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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