Html Css Color HEX #C24671 Royal Heath

📋 copy color: '#C24671'

red 194 ◦ green 70 ◦ blue 113

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

Shades of Royal Heath #C24671

Tints of Royal Heath #C24671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 51.46%
G = 18.57%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24671 (or 0xC24671) is known color: Royal Heath. HEX triplet: C2, 46 and 71. RGB value is (194,70,113). Sum of RGB (Red+Green+Blue) = 194+70+113=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C24671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24671 is #3DB98E. Grayscale: #6F6F6F. Windows color (decimal): -4045199 or 7423682. OLE color: 7423682.

HSL color Cylindrical-coordinate representation of color #C24671: hue angle of 339.19º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24671 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 113 -
CMYK 0 0.64 0.42 0.24
HSL 339.19º 0.5% 0.52% -
HSV(B) 339.19º 0.64% 0.76% -
XYZ 27.42 17.04 17.47 -
YUV 111.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 194 70 113 0 0.64 0.42 0.24 339.19 0.5 0.52
Hex C2 46 71 0 40 2A 18 153 32 34
Octal 302 106 161 0 100 52 30 523 62 64
Binary 11000010 1000110 1110001 0 1000000 101010 11000 101010011 110010 110100

Color Harmonies of #C24671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24671

Black with #C24671

Text Example


Text Example

White with #C24671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24671; }

 p { color: rgb(194,70,113); }

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

background-color css

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

 a { background-color: rgb(194,70,113); }

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

border-color css

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

 span { border-color: rgb(194,70,113); }

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