Html Css Color HEX #C43974 Royal Heath

📋 copy color: '#C43974'

red 196 ◦ green 57 ◦ blue 116

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

Shades of Royal Heath #C43974

Tints of Royal Heath #C43974

RGB

 RED value IS 196 (76.95% from 255) = 53.12%

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

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

R = 53.12%
G = 15.45%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C43974 (or 0xC43974) is known color: Royal Heath. HEX triplet: C4, 39 and 74. RGB value is (196,57,116). Sum of RGB (Red+Green+Blue) = 196+57+116=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C43974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43974 is #3BC68B. Grayscale: #696969. Windows color (decimal): -3917452 or 7616964. OLE color: 7616964.

HSL color Cylindrical-coordinate representation of color #C43974: hue angle of 334.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43974 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 116 -
CMYK 0 0.71 0.41 0.23
HSL 334.53º 0.55% 0.5% -
HSV(B) 334.53º 0.71% 0.77% -
XYZ 27.38 15.92 18.15 -
YUV 105.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 196 57 116 0 0.71 0.41 0.23 334.53 0.55 0.5
Hex C4 39 74 0 47 29 17 14F 37 32
Octal 304 71 164 0 107 51 27 517 67 62
Binary 11000100 111001 1110100 0 1000111 101001 10111 101001111 110111 110010

Color Harmonies of #C43974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43974

Black with #C43974

Text Example


Text Example

White with #C43974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43974; }

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

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

background-color css

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

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

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

border-color css

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

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

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