Html Css Color HEX #C23974 Royal Heath

📋 copy color: '#C23974'

red 194 ◦ green 57 ◦ blue 116

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

Shades of Royal Heath #C23974

Tints of Royal Heath #C23974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.53%

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 52.86%
G = 15.53%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23974 (or 0xC23974) is known color: Royal Heath. HEX triplet: C2, 39 and 74. RGB value is (194,57,116). Sum of RGB (Red+Green+Blue) = 194+57+116=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C23974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23974 is #3DC68B. Grayscale: #686868. Windows color (decimal): -4048524 or 7616962. OLE color: 7616962.

HSL color Cylindrical-coordinate representation of color #C23974: hue angle of 334.16º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23974 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 116 -
CMYK 0 0.71 0.40 0.24
HSL 334.16º 0.55% 0.49% -
HSV(B) 334.16º 0.71% 0.76% -
XYZ 26.86 15.66 18.13 -
YUV 104.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 194 57 116 0 0.71 0.40 0.24 334.16 0.55 0.49
Hex C2 39 74 0 47 28 18 14E 37 31
Octal 302 71 164 0 107 50 30 516 67 61
Binary 11000010 111001 1110100 0 1000111 101000 11000 101001110 110111 110001

Color Harmonies of #C23974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23974

Black with #C23974

Text Example


Text Example

White with #C23974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23974; }

 p { color: rgb(194,57,116); }

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

background-color css

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

 a { background-color: rgb(194,57,116); }

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

border-color css

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

 span { border-color: rgb(194,57,116); }

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