#C4466E

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

Shades of Royal Heath #C4466E

Tints of Royal Heath #C4466E

Color information

#C4466E (or 0xC4466E) is unknown color: approx Royal Heath. HEX triplet: C4, 46 and 6E. RGB value is (196,70,110). Sum of RGB (Red+Green+Blue) = 196+70+110=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4466E is #3BB991. Grayscale: #707070. Windows color (decimal): -3914130 or 7227076. OLE color: 7227076.

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

Color convert

RGB19670110-
CMYK00.640.440.23
HSL340.95º51.64%52.16%-
HSV(B)340.95º64.29%76.86%-
XYZ27.7717.2416.62-
YUV112.23126.74187.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=52.13%
G=18.62%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967011000.640.440.23340.9551.6452.16
HexC4466E0402C171553434
Octal304106156010054275256464
Binary11000100100011011011100100000010110010111101010101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4466E; }

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

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

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

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

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

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

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

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