Html Css Color HEX #C24570 Royal Heath

📋 copy color: '#C24570'

red 194 ◦ green 69 ◦ blue 112

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

Shades of Royal Heath #C24570

Tints of Royal Heath #C24570

RGB

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

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

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

R = 51.73%
G = 18.4%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24570 (or 0xC24570) is known color: Royal Heath. HEX triplet: C2, 45 and 70. RGB value is (194,69,112). Sum of RGB (Red+Green+Blue) = 194+69+112=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C24570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24570 is #3DBA8F. Grayscale: #6F6F6F. Windows color (decimal): -4045456 or 7357890. OLE color: 7357890.

HSL color Cylindrical-coordinate representation of color #C24570: hue angle of 339.36º 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 #C24570 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 112 -
CMYK 0 0.64 0.42 0.24
HSL 339.36º 0.51% 0.52% -
HSV(B) 339.36º 0.64% 0.76% -
XYZ 27.3 16.9 17.15 -
YUV 111.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 194 69 112 0 0.64 0.42 0.24 339.36 0.51 0.52
Hex C2 45 70 0 40 2A 18 153 33 34
Octal 302 105 160 0 100 52 30 523 63 64
Binary 11000010 1000101 1110000 0 1000000 101010 11000 101010011 110011 110100

Color Harmonies of #C24570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24570

Black with #C24570

Text Example


Text Example

White with #C24570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24570; }

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

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

background-color css

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

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

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

border-color css

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

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

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