Html Css Color HEX #C24A70 Royal Heath

📋 copy color: '#C24A70'

red 194 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #C24A70

Tints of Royal Heath #C24A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 51.05%
G = 19.47%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24A70 (or 0xC24A70) is known color: Royal Heath. HEX triplet: C2, 4A and 70. RGB value is (194,74,112). Sum of RGB (Red+Green+Blue) = 194+74+112=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A70 is #3DB58F. Grayscale: #727272. Windows color (decimal): -4044176 or 7359170. OLE color: 7359170.

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

Color convert

RGB 194 74 112 -
CMYK 0 0.62 0.42 0.24
HSL 341º 0.5% 0.53% -
HSV(B) 341º 0.62% 0.76% -
XYZ 27.62 17.54 17.26 -
YUV 114.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 194 74 112 0 0.62 0.42 0.24 341 0.5 0.53
Hex C2 4A 70 0 3E 2A 18 155 32 35
Octal 302 112 160 0 76 52 30 525 62 65
Binary 11000010 1001010 1110000 0 111110 101010 11000 101010101 110010 110101

Color Harmonies of #C24A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A70

Black with #C24A70

Text Example


Text Example

White with #C24A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A70; }

 p { color: rgb(194,74,112); }

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

background-color css

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

 a { background-color: rgb(194,74,112); }

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

border-color css

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

 span { border-color: rgb(194,74,112); }

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