#C4386B

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

Shades of Royal Heath #C4386B

Tints of Royal Heath #C4386B

Color information

#C4386B (or 0xC4386B) is unknown color: approx Royal Heath. HEX triplet: C4, 38 and 6B. RGB value is (196,56,107). Sum of RGB (Red+Green+Blue) = 196+56+107=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4386B is #3BC794. Grayscale: #676767. Windows color (decimal): -3917717 or 7026884. OLE color: 7026884.

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

Color convert

RGB19656107-
CMYK00.710.450.23
HSL338.14º55.56%49.41%-
HSV(B)338.14º71.43%76.86%-
XYZ26.8315.6315.51-
YUV103.67129.88193.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=54.60%
G=15.60%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965610700.710.450.23338.1455.5649.41
HexC4386B0472D171523831
Octal30470153010755275227061
Binary1100010011100011010110100011110110110111101010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4386B; }

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

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

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

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

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

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

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

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