#C43968

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

Shades of Royal Heath #C43968

Tints of Royal Heath #C43968

Color information

#C43968 (or 0xC43968) is unknown color: approx Royal Heath. HEX triplet: C4, 39 and 68. RGB value is (196,57,104). Sum of RGB (Red+Green+Blue) = 196+57+104=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C43968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43968 is #3BC697. Grayscale: #676767. Windows color (decimal): -3917464 or 6830532. OLE color: 6830532.

HSL color Cylindrical-coordinate representation of color #C43968: hue angle of 339.71º 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 #C43968 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19657104-
CMYK00.710.470.23
HSL339.71º54.94%49.61%-
HSV(B)339.71º70.92%76.86%-
XYZ26.7315.6614.71-
YUV103.92128.05193.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=54.90%
G=15.97%
B=29.13%

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
Decimal1965710400.710.470.23339.7154.9449.61
HexC439680472F171543732
Octal30471150010757275246762
Binary1100010011100111010000100011110111110111101010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43968; }

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

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

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

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

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

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

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

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