#c4406f

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

Shades of Royal Heath #C4406F

Tints of Royal Heath #C4406F

Color information

#C4406F (or 0xC4406F) is unknown color: approx Royal Heath. HEX triplet: C4, 40 and 6F. RGB value is (196,64,111). Sum of RGB (Red+Green+Blue) = 196+64+111=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4406F is #3BBF90. Grayscale: #6C6C6C. Windows color (decimal): -3915665 or 7291076. OLE color: 7291076.

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

Color convert

RGB19664111-
CMYK00.670.430.23
HSL338.64º52.8%50.98%-
HSV(B)338.64º67.35%76.86%-
XYZ27.4716.5516.79-
YUV108.83129.23190.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=52.83%
G=17.25%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966411100.670.430.23338.6452.850.98
HexC4406F0432B171533533
Octal304100157010353275236563
Binary11000100100000011011110100001110101110111101010011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4406f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4406f; }

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

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

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

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

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

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

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

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