Html Css Color HEX #C24172 Royal Heath

📋 copy color: '#C24172'

red 194 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #C24172

Tints of Royal Heath #C24172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 52.01%
G = 17.43%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C24172 (or 0xC24172) is known color: Royal Heath. HEX triplet: C2, 41 and 72. RGB value is (194,65,114). Sum of RGB (Red+Green+Blue) = 194+65+114=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C24172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24172 is #3DBE8D. Grayscale: #6D6D6D. Windows color (decimal): -4046478 or 7487938. OLE color: 7487938.

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

Color convert

RGB 194 65 114 -
CMYK 0 0.66 0.41 0.24
HSL 337.21º 0.51% 0.51% -
HSV(B) 337.21º 0.66% 0.76% -
XYZ 27.18 16.46 17.67 -
YUV 109.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 194 65 114 0 0.66 0.41 0.24 337.21 0.51 0.51
Hex C2 41 72 0 42 29 18 151 33 33
Octal 302 101 162 0 102 51 30 521 63 63
Binary 11000010 1000001 1110010 0 1000010 101001 11000 101010001 110011 110011

Color Harmonies of #C24172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24172

Black with #C24172

Text Example


Text Example

White with #C24172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24172; }

 p { color: rgb(194,65,114); }

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

background-color css

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

 a { background-color: rgb(194,65,114); }

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

border-color css

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

 span { border-color: rgb(194,65,114); }

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