Html Css Color HEX #C24770 Royal Heath

📋 copy color: '#C24770'

red 194 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #C24770

Tints of Royal Heath #C24770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

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

R = 51.46%
G = 18.83%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24770 (or 0xC24770) is known color: Royal Heath. HEX triplet: C2, 47 and 70. RGB value is (194,71,112). Sum of RGB (Red+Green+Blue) = 194+71+112=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C24770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24770 is #3DB88F. Grayscale: #707070. Windows color (decimal): -4044944 or 7358402. OLE color: 7358402.

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

Color convert

RGB 194 71 112 -
CMYK 0 0.63 0.42 0.24
HSL 340º 0.5% 0.52% -
HSV(B) 340º 0.63% 0.76% -
XYZ 27.43 17.15 17.19 -
YUV 112.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 194 71 112 0 0.63 0.42 0.24 340 0.5 0.52
Hex C2 47 70 0 3F 2A 18 154 32 34
Octal 302 107 160 0 77 52 30 524 62 64
Binary 11000010 1000111 1110000 0 111111 101010 11000 101010100 110010 110100

Color Harmonies of #C24770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24770

Black with #C24770

Text Example


Text Example

White with #C24770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24770; }

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

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

background-color css

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

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

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

border-color css

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

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

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