#C43868

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

Shades of Royal Heath #C43868

Tints of Royal Heath #C43868

Color information

#C43868 (or 0xC43868) is unknown color: approx Royal Heath. HEX triplet: C4, 38 and 68. RGB value is (196,56,104). Sum of RGB (Red+Green+Blue) = 196+56+104=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C43868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43868 is #3BC797. Grayscale: #676767. Windows color (decimal): -3917720 or 6830276. OLE color: 6830276.

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

Color convert

RGB19656104-
CMYK00.710.470.23
HSL339.43º55.56%49.41%-
HSV(B)339.43º71.43%76.86%-
XYZ26.6815.5614.69-
YUV103.33128.38194.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.06%
GREEN value IS 56 (22.27% from 255) = 15.73%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=55.06%
G=15.73%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965610400.710.470.23339.4355.5649.41
HexC438680472F171533831
Octal30470150010757275237061
Binary1100010011100011010000100011110111110111101010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43868; }

 p { color: rgb(196,56,104); }

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

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

 a { background-color: rgb(196,56,104); }

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

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

 span { border-color: rgb(196,56,104); }

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