Html Css Color HEX #C24673 Royal Heath

📋 copy color: '#C24673'

red 194 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #C24673

Tints of Royal Heath #C24673

RGB

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

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

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

R = 51.19%
G = 18.47%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C24673 (or 0xC24673) is known color: Royal Heath. HEX triplet: C2, 46 and 73. RGB value is (194,70,115). Sum of RGB (Red+Green+Blue) = 194+70+115=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24673 is #3DB98C. Grayscale: #707070. Windows color (decimal): -4045197 or 7554754. OLE color: 7554754.

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

Color convert

RGB 194 70 115 -
CMYK 0 0.64 0.41 0.24
HSL 338.23º 0.5% 0.52% -
HSV(B) 338.23º 0.64% 0.76% -
XYZ 27.53 17.09 18.07 -
YUV 112.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 194 70 115 0 0.64 0.41 0.24 338.23 0.5 0.52
Hex C2 46 73 0 40 29 18 152 32 34
Octal 302 106 163 0 100 51 30 522 62 64
Binary 11000010 1000110 1110011 0 1000000 101001 11000 101010010 110010 110100

Color Harmonies of #C24673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24673

Black with #C24673

Text Example


Text Example

White with #C24673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24673; }

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

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

background-color css

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

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

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

border-color css

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

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

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