#c4386f

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

Shades of Royal Heath #C4386F

Tints of Royal Heath #C4386F

Color information

#C4386F (or 0xC4386F) is unknown color: approx Royal Heath. HEX triplet: C4, 38 and 6F. RGB value is (196,56,111). Sum of RGB (Red+Green+Blue) = 196+56+111=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4386F is #3BC790. Grayscale: #686868. Windows color (decimal): -3917713 or 7289028. OLE color: 7289028.

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

Color convert

RGB19656111-
CMYK00.710.430.23
HSL336.43º55.56%49.41%-
HSV(B)336.43º71.43%76.86%-
XYZ27.0515.7116.65-
YUV104.13131.88193.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 56 (22.27% from 255) = 15.43%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=53.99%
G=15.43%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965611100.710.430.23336.4355.5649.41
HexC4386F0472B171503831
Octal30470157010753275207061
Binary1100010011100011011110100011110101110111101010000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4386f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4386f; }

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

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

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

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

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

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

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

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