#C43671

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

Shades of Royal Heath #C43671

Tints of Royal Heath #C43671

Color information

#C43671 (or 0xC43671) is unknown color: approx Royal Heath. HEX triplet: C4, 36 and 71. RGB value is (196,54,113). Sum of RGB (Red+Green+Blue) = 196+54+113=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43671 is #3BC98E. Grayscale: #676767. Windows color (decimal): -3918223 or 7419588. OLE color: 7419588.

HSL color Cylindrical-coordinate representation of color #C43671: hue angle of 335.07º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43671 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19654113-
CMYK00.720.420.23
HSL335.07º56.8%49.02%-
HSV(B)335.07º72.45%76.86%-
XYZ27.0615.5717.2-
YUV103.18133.54194.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 54 (21.48% from 255) = 14.88%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=53.99%
G=14.88%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965411300.720.420.23335.0756.849.02
HexC436710482A1714f3931
Octal30466161011052275177161
Binary1100010011011011100010100100010101010111101001111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43671; }

 p { color: rgb(196,54,113); }

 H1.HeaderClassName
 {
   color: #C43671;
 }
 .AnyTagClassName
 {
   color: #C43671;
 }
</style>
background-color css

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

 a { background-color: rgb(196,54,113); }

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

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

 span { border-color: rgb(196,54,113); }

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