Html Css Color HEX #C24477 Royal Heath

📋 copy color: '#C24477'

red 194 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #C24477

Tints of Royal Heath #C24477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 50.92%
G = 17.85%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24477 (or 0xC24477) is known color: Royal Heath. HEX triplet: C2, 44 and 77. RGB value is (194,68,119). Sum of RGB (Red+Green+Blue) = 194+68+119=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C24477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24477 is #3DBB88. Grayscale: #6F6F6F. Windows color (decimal): -4045705 or 7816386. OLE color: 7816386.

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

Color convert

RGB 194 68 119 -
CMYK 0 0.65 0.39 0.24
HSL 335.71º 0.51% 0.51% -
HSV(B) 335.71º 0.65% 0.76% -
XYZ 27.65 16.94 19.26 -
YUV 111.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 194 68 119 0 0.65 0.39 0.24 335.71 0.51 0.51
Hex C2 44 77 0 41 27 18 150 33 33
Octal 302 104 167 0 101 47 30 520 63 63
Binary 11000010 1000100 1110111 0 1000001 100111 11000 101010000 110011 110011

Color Harmonies of #C24477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24477

Black with #C24477

Text Example


Text Example

White with #C24477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24477; }

 p { color: rgb(194,68,119); }

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

background-color css

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

 a { background-color: rgb(194,68,119); }

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

border-color css

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

 span { border-color: rgb(194,68,119); }

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