#C4396C

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

Shades of Royal Heath #C4396C

Tints of Royal Heath #C4396C

Color information

#C4396C (or 0xC4396C) is unknown color: approx Royal Heath. HEX triplet: C4, 39 and 6C. RGB value is (196,57,108). Sum of RGB (Red+Green+Blue) = 196+57+108=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4396C is #3BC693. Grayscale: #686868. Windows color (decimal): -3917460 or 7092676. OLE color: 7092676.

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

Color convert

RGB19657108-
CMYK00.710.450.23
HSL337.99º54.94%49.61%-
HSV(B)337.99º70.92%76.86%-
XYZ26.9315.7415.81-
YUV104.37130.05193.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=54.29%
G=15.79%
B=29.92%

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
Decimal1965710800.710.450.23337.9954.9449.61
HexC4396C0472D171523732
Octal30471154010755275226762
Binary1100010011100111011000100011110110110111101010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4396C; }

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

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

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

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

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

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

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

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