Html Css Color HEX #C24874 Royal Heath

📋 copy color: '#C24874'

red 194 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #C24874

Tints of Royal Heath #C24874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 50.79%
G = 18.85%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C24874 (or 0xC24874) is known color: Royal Heath. HEX triplet: C2, 48 and 74. RGB value is (194,72,116). Sum of RGB (Red+Green+Blue) = 194+72+116=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24874 is #3DB78B. Grayscale: #717171. Windows color (decimal): -4044684 or 7620802. OLE color: 7620802.

HSL color Cylindrical-coordinate representation of color #C24874: hue angle of 338.36º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24874 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 116 -
CMYK 0 0.63 0.40 0.24
HSL 338.36º 0.5% 0.52% -
HSV(B) 338.36º 0.63% 0.76% -
XYZ 27.72 17.37 18.41 -
YUV 113.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 194 72 116 0 0.63 0.40 0.24 338.36 0.5 0.52
Hex C2 48 74 0 3F 28 18 152 32 34
Octal 302 110 164 0 77 50 30 522 62 64
Binary 11000010 1001000 1110100 0 111111 101000 11000 101010010 110010 110100

Color Harmonies of #C24874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24874

Black with #C24874

Text Example


Text Example

White with #C24874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24874; }

 p { color: rgb(194,72,116); }

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

background-color css

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

 a { background-color: rgb(194,72,116); }

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

border-color css

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

 span { border-color: rgb(194,72,116); }

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