#C43D76

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

Shades of Royal Heath #C43D76

Tints of Royal Heath #C43D76

Color information

#C43D76 (or 0xC43D76) is unknown color: approx Royal Heath. HEX triplet: C4, 3D and 76. RGB value is (196,61,118). Sum of RGB (Red+Green+Blue) = 196+61+118=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D76 is #3BC289. Grayscale: #6B6B6B. Windows color (decimal): -3916426 or 7749060. OLE color: 7749060.

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

Color convert

RGB19661118-
CMYK00.690.400.23
HSL334.67º53.36%50.39%-
HSV(B)334.67º68.88%76.86%-
XYZ27.716.3818.84-
YUV107.86133.73190.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=52.27%
G=16.27%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966111800.690.400.23334.6753.3650.39
HexC43D76045281714f3532
Octal30475166010550275176562
Binary1100010011110111101100100010110100010111101001111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43D76; }

 p { color: rgb(196,61,118); }

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

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

 a { background-color: rgb(196,61,118); }

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

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

 span { border-color: rgb(196,61,118); }

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