#C4456E

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

Shades of Royal Heath #C4456E

Tints of Royal Heath #C4456E

Color information

#C4456E (or 0xC4456E) is unknown color: approx Royal Heath. HEX triplet: C4, 45 and 6E. RGB value is (196,69,110). Sum of RGB (Red+Green+Blue) = 196+69+110=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4456E is #3BBA91. Grayscale: #6F6F6F. Windows color (decimal): -3914386 or 7226820. OLE color: 7226820.

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

Color convert

RGB19669110-
CMYK00.650.440.23
HSL340.63º51.84%51.96%-
HSV(B)340.63º64.8%76.86%-
XYZ27.7117.1216.6-
YUV111.65127.08188.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=52.27%
G=18.4%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966911000.650.440.23340.6351.8451.96
HexC4456E0412C171553434
Octal304105156010154275256464
Binary11000100100010111011100100000110110010111101010101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4456E; }

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

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

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

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

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

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

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

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