#C4376E

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

Shades of Royal Heath #C4376E

Tints of Royal Heath #C4376E

Color information

#C4376E (or 0xC4376E) is unknown color: approx Royal Heath. HEX triplet: C4, 37 and 6E. RGB value is (196,55,110). Sum of RGB (Red+Green+Blue) = 196+55+110=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4376E is #3BC891. Grayscale: #676767. Windows color (decimal): -3917970 or 7223236. OLE color: 7223236.

HSL color Cylindrical-coordinate representation of color #C4376E: hue angle of 336.6º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4376E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19655110-
CMYK00.720.440.23
HSL336.6º56.18%49.22%-
HSV(B)336.6º71.94%76.86%-
XYZ26.9515.5916.34-
YUV103.43131.71194.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=54.29%
G=15.24%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965511000.720.440.23336.656.1849.22
HexC4376E0482C171513831
Octal30467156011054275217061
Binary1100010011011111011100100100010110010111101010001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4376E; }

 p { color: rgb(196,55,110); }

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

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

 a { background-color: rgb(196,55,110); }

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

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

 span { border-color: rgb(196,55,110); }

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