Html Css Color HEX #C24575 Royal Heath

📋 copy color: '#C24575'

red 194 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #C24575

Tints of Royal Heath #C24575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.16%

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

R = 51.05%
G = 18.16%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C24575 (or 0xC24575) is known color: Royal Heath. HEX triplet: C2, 45 and 75. RGB value is (194,69,117). Sum of RGB (Red+Green+Blue) = 194+69+117=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24575 is #3DBA8A. Grayscale: #6F6F6F. Windows color (decimal): -4045451 or 7685570. OLE color: 7685570.

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

Color convert

RGB 194 69 117 -
CMYK 0 0.64 0.40 0.24
HSL 336.96º 0.51% 0.52% -
HSV(B) 336.96º 0.64% 0.76% -
XYZ 27.59 17.01 18.66 -
YUV 111.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 194 69 117 0 0.64 0.40 0.24 336.96 0.51 0.52
Hex C2 45 75 0 40 28 18 151 33 34
Octal 302 105 165 0 100 50 30 521 63 64
Binary 11000010 1000101 1110101 0 1000000 101000 11000 101010001 110011 110100

Color Harmonies of #C24575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24575

Black with #C24575

Text Example


Text Example

White with #C24575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24575; }

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

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

background-color css

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

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

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

border-color css

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

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

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