Html Css Color HEX #C24D75 Royal Heath

📋 copy color: '#C24D75'

red 194 ◦ green 77 ◦ blue 117

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

Shades of Royal Heath #C24D75

Tints of Royal Heath #C24D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 50%
G = 19.85%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C24D75 (or 0xC24D75) is known color: Royal Heath. HEX triplet: C2, 4D and 75. RGB value is (194,77,117). Sum of RGB (Red+Green+Blue) = 194+77+117=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D75 is #3DB28A. Grayscale: #747474. Windows color (decimal): -4043403 or 7687618. OLE color: 7687618.

HSL color Cylindrical-coordinate representation of color #C24D75: hue angle of 339.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D75 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 117 -
CMYK 0 0.60 0.40 0.24
HSL 339.49º 0.49% 0.53% -
HSV(B) 339.49º 0.6% 0.76% -
XYZ 28.11 18.06 18.83 -
YUV 116.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 194 77 117 0 0.60 0.40 0.24 339.49 0.49 0.53
Hex C2 4D 75 0 3C 28 18 153 31 35
Octal 302 115 165 0 74 50 30 523 61 65
Binary 11000010 1001101 1110101 0 111100 101000 11000 101010011 110001 110101

Color Harmonies of #C24D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D75

Black with #C24D75

Text Example


Text Example

White with #C24D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D75; }

 p { color: rgb(194,77,117); }

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

background-color css

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

 a { background-color: rgb(194,77,117); }

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

border-color css

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

 span { border-color: rgb(194,77,117); }

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