Html Css Color HEX #C24275 Royal Heath

📋 copy color: '#C24275'

red 194 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #C24275

Tints of Royal Heath #C24275

RGB

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

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

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

R = 51.46%
G = 17.51%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C24275 (or 0xC24275) is known color: Royal Heath. HEX triplet: C2, 42 and 75. RGB value is (194,66,117). Sum of RGB (Red+Green+Blue) = 194+66+117=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C24275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24275 is #3DBD8A. Grayscale: #6E6E6E. Windows color (decimal): -4046219 or 7684802. OLE color: 7684802.

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

Color convert

RGB 194 66 117 -
CMYK 0 0.66 0.40 0.24
HSL 336.09º 0.51% 0.51% -
HSV(B) 336.09º 0.66% 0.76% -
XYZ 27.41 16.65 18.6 -
YUV 110.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 194 66 117 0 0.66 0.40 0.24 336.09 0.51 0.51
Hex C2 42 75 0 42 28 18 150 33 33
Octal 302 102 165 0 102 50 30 520 63 63
Binary 11000010 1000010 1110101 0 1000010 101000 11000 101010000 110011 110011

Color Harmonies of #C24275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24275

Black with #C24275

Text Example


Text Example

White with #C24275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24275; }

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

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

background-color css

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

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

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

border-color css

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

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

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