Html Css Color HEX #C24173 Royal Heath

📋 copy color: '#C24173'

red 194 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #C24173

Tints of Royal Heath #C24173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 51.87%
G = 17.38%
B = 30.75%

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

#C24173 (or 0xC24173) is known color: Royal Heath. HEX triplet: C2, 41 and 73. RGB value is (194,65,115). Sum of RGB (Red+Green+Blue) = 194+65+115=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C24173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24173 is #3DBE8C. Grayscale: #6D6D6D. Windows color (decimal): -4046477 or 7553474. OLE color: 7553474.

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

Color convert

RGB 194 65 115 -
CMYK 0 0.66 0.41 0.24
HSL 336.74º 0.51% 0.51% -
HSV(B) 336.74º 0.66% 0.76% -
XYZ 27.23 16.49 17.97 -
YUV 109.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 194 65 115 0 0.66 0.41 0.24 336.74 0.51 0.51
Hex C2 41 73 0 42 29 18 151 33 33
Octal 302 101 163 0 102 51 30 521 63 63
Binary 11000010 1000001 1110011 0 1000010 101001 11000 101010001 110011 110011

Color Harmonies of #C24173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24173

Black with #C24173

Text Example


Text Example

White with #C24173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24173; }

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

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

background-color css

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

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

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

border-color css

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

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

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