Html Css Color HEX #C24F76 Royal Heath

📋 copy color: '#C24F76'

red 194 ◦ green 79 ◦ blue 118

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

Shades of Royal Heath #C24F76

Tints of Royal Heath #C24F76

RGB

 RED value IS 194 (76.17% from 255) = 49.62%

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

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

R = 49.62%
G = 20.2%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24F76 (or 0xC24F76) is known color: Royal Heath. HEX triplet: C2, 4F and 76. RGB value is (194,79,118). Sum of RGB (Red+Green+Blue) = 194+79+118=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F76 is #3DB089. Grayscale: #757575. Windows color (decimal): -4042890 or 7753666. OLE color: 7753666.

HSL color Cylindrical-coordinate representation of color #C24F76: hue angle of 339.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F76 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 118 -
CMYK 0 0.59 0.39 0.24
HSL 339.65º 0.49% 0.54% -
HSV(B) 339.65º 0.59% 0.76% -
XYZ 28.31 18.37 19.19 -
YUV 117.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 194 79 118 0 0.59 0.39 0.24 339.65 0.49 0.54
Hex C2 4F 76 0 3B 27 18 154 31 36
Octal 302 117 166 0 73 47 30 524 61 66
Binary 11000010 1001111 1110110 0 111011 100111 11000 101010100 110001 110110

Color Harmonies of #C24F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F76

Black with #C24F76

Text Example


Text Example

White with #C24F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F76; }

 p { color: rgb(194,79,118); }

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

background-color css

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

 a { background-color: rgb(194,79,118); }

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

border-color css

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

 span { border-color: rgb(194,79,118); }

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