#C4456D

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

Shades of Royal Heath #C4456D

Tints of Royal Heath #C4456D

Color information

#C4456D (or 0xC4456D) is unknown color: approx Royal Heath. HEX triplet: C4, 45 and 6D. RGB value is (196,69,109). Sum of RGB (Red+Green+Blue) = 196+69+109=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4456D is #3BBA92. Grayscale: #6F6F6F. Windows color (decimal): -3914387 or 7161284. OLE color: 7161284.

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

Color convert

RGB19669109-
CMYK00.650.440.23
HSL341.1º51.84%51.96%-
HSV(B)341.1º64.8%76.86%-
XYZ27.6517.116.31-
YUV111.53126.58188.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.41%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=52.41%
G=18.45%
B=29.14%

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
Decimal1966910900.650.440.23341.151.8451.96
HexC4456D0412C171553434
Octal304105155010154275256464
Binary11000100100010111011010100000110110010111101010101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4456D; }

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

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

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

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

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

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

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

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