#C4386D

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

Shades of Royal Heath #C4386D

Tints of Royal Heath #C4386D

Color information

#C4386D (or 0xC4386D) is unknown color: approx Royal Heath. HEX triplet: C4, 38 and 6D. RGB value is (196,56,109). Sum of RGB (Red+Green+Blue) = 196+56+109=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4386D is #3BC792. Grayscale: #676767. Windows color (decimal): -3917715 or 7157956. OLE color: 7157956.

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

Color convert

RGB19656109-
CMYK00.710.440.23
HSL337.29º55.56%49.41%-
HSV(B)337.29º71.43%76.86%-
XYZ26.9415.6716.07-
YUV103.9130.88193.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=54.29%
G=15.51%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965610900.710.440.23337.2955.5649.41
HexC4386D0472C171513831
Octal30470155010754275217061
Binary1100010011100011011010100011110110010111101010001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4386D; }

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

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

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

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

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

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

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

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