#C4376F

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

Shades of Royal Heath #C4376F

Tints of Royal Heath #C4376F

Color information

#C4376F (or 0xC4376F) is unknown color: approx Royal Heath. HEX triplet: C4, 37 and 6F. RGB value is (196,55,111). Sum of RGB (Red+Green+Blue) = 196+55+111=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4376F is #3BC890. Grayscale: #676767. Windows color (decimal): -3917969 or 7288772. OLE color: 7288772.

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

Color convert

RGB19655111-
CMYK00.720.430.23
HSL336.17º56.18%49.22%-
HSV(B)336.17º71.94%76.86%-
XYZ2715.6216.63-
YUV103.54132.21193.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.14%
GREEN value IS 55 (21.88% from 255) = 15.19%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=54.14%
G=15.19%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965511100.720.430.23336.1756.1849.22
HexC4376F0482B171503831
Octal30467157011053275207061
Binary1100010011011111011110100100010101110111101010000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4376F; }

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

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

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

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

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

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

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

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