Html Css Color HEX #C24277 Royal Heath

📋 copy color: '#C24277'

red 194 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #C24277

Tints of Royal Heath #C24277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 51.19%
G = 17.41%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24277 (or 0xC24277) is known color: Royal Heath. HEX triplet: C2, 42 and 77. RGB value is (194,66,119). Sum of RGB (Red+Green+Blue) = 194+66+119=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24277 is #3DBD88. Grayscale: #6E6E6E. Windows color (decimal): -4046217 or 7815874. OLE color: 7815874.

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

Color convert

RGB 194 66 119 -
CMYK 0 0.66 0.39 0.24
HSL 335.16º 0.51% 0.51% -
HSV(B) 335.16º 0.66% 0.76% -
XYZ 27.53 16.7 19.22 -
YUV 110.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 194 66 119 0 0.66 0.39 0.24 335.16 0.51 0.51
Hex C2 42 77 0 42 27 18 14F 33 33
Octal 302 102 167 0 102 47 30 517 63 63
Binary 11000010 1000010 1110111 0 1000010 100111 11000 101001111 110011 110011

Color Harmonies of #C24277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24277

Black with #C24277

Text Example


Text Example

White with #C24277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24277; }

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

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

background-color css

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

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

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

border-color css

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

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

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