#C4416A

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

Shades of Royal Heath #C4416A

Tints of Royal Heath #C4416A

Color information

#C4416A (or 0xC4416A) is unknown color: approx Royal Heath. HEX triplet: C4, 41 and 6A. RGB value is (196,65,106). Sum of RGB (Red+Green+Blue) = 196+65+106=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4416A is #3BBE95. Grayscale: #6C6C6C. Windows color (decimal): -3915414 or 6963652. OLE color: 6963652.

HSL color Cylindrical-coordinate representation of color #C4416A: hue angle of 341.22º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4416A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19665106-
CMYK00.670.460.23
HSL341.22º52.61%51.18%-
HSV(B)341.22º66.84%76.86%-
XYZ27.2616.5615.39-
YUV108.84126.4190.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=53.41%
G=17.71%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966510600.670.460.23341.2252.6151.18
HexC4416A0432E171553533
Octal304101152010356275256563
Binary11000100100000111010100100001110111010111101010101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4416A; }

 p { color: rgb(196,65,106); }

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

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

 a { background-color: rgb(196,65,106); }

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

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

 span { border-color: rgb(196,65,106); }

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