#C43974

Color #C43974 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C43974

Tints of Royal Heath #C43974

Color information

#C43974 (or 0xC43974) is unknown color: approx 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

RGB19657116-
CMYK00.710.410.23
HSL334.53º54.94%49.61%-
HSV(B)334.53º70.92%76.86%-
XYZ27.3815.9218.15-
YUV105.29134.05192.7-

RGB Variations

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

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.70% from 255) = 31.44%
R=53.12%
G=15.45%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965711600.710.410.23334.5354.9449.61
HexC43974047291714f3732
Octal30471164010751275176762
Binary1100010011100111101000100011110100110111101001111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>