Html Css Color HEX #C04976 Royal Heath

📋 copy color: '#C04976'

red 192 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #C04976

Tints of Royal Heath #C04976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 50.13%
G = 19.06%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04976 (or 0xC04976) is known color: Royal Heath. HEX triplet: C0, 49 and 76. RGB value is (192,73,118). Sum of RGB (Red+Green+Blue) = 192+73+118=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C04976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04976 is #3FB689. Grayscale: #717171. Windows color (decimal): -4175498 or 7752128. OLE color: 7752128.

HSL color Cylindrical-coordinate representation of color #C04976: hue angle of 337.31º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04976 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 118 -
CMYK 0 0.62 0.39 0.25
HSL 337.31º 0.49% 0.52% -
HSV(B) 337.31º 0.62% 0.75% -
XYZ 27.39 17.28 19.03 -
YUV 113.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 192 73 118 0 0.62 0.39 0.25 337.31 0.49 0.52
Hex C0 49 76 0 3E 27 19 151 31 34
Octal 300 111 166 0 76 47 31 521 61 64
Binary 11000000 1001001 1110110 0 111110 100111 11001 101010001 110001 110100

Color Harmonies of #C04976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04976

Black with #C04976

Text Example


Text Example

White with #C04976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04976; }

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

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

background-color css

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

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

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

border-color css

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

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

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