Html Css Color HEX #C24175 Royal Heath

📋 copy color: '#C24175'

red 194 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #C24175

Tints of Royal Heath #C24175

RGB

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

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

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

R = 51.6%
G = 17.29%
B = 31.12%

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

#C24175 (or 0xC24175) is known color: Royal Heath. HEX triplet: C2, 41 and 75. RGB value is (194,65,117). Sum of RGB (Red+Green+Blue) = 194+65+117=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C24175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24175 is #3DBE8A. Grayscale: #6D6D6D. Windows color (decimal): -4046475 or 7684546. OLE color: 7684546.

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

Color convert

RGB 194 65 117 -
CMYK 0 0.66 0.40 0.24
HSL 335.81º 0.51% 0.51% -
HSV(B) 335.81º 0.66% 0.76% -
XYZ 27.35 16.53 18.58 -
YUV 109.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 194 65 117 0 0.66 0.40 0.24 335.81 0.51 0.51
Hex C2 41 75 0 42 28 18 150 33 33
Octal 302 101 165 0 102 50 30 520 63 63
Binary 11000010 1000001 1110101 0 1000010 101000 11000 101010000 110011 110011

Color Harmonies of #C24175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24175

Black with #C24175

Text Example


Text Example

White with #C24175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24175; }

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

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

background-color css

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

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

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

border-color css

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

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

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