#C3416D

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

Shades of Royal Heath #C3416D

Tints of Royal Heath #C3416D

Color information

#C3416D (or 0xC3416D) is unknown color: approx Royal Heath. HEX triplet: C3, 41 and 6D. RGB value is (195,65,109). Sum of RGB (Red+Green+Blue) = 195+65+109=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3416D is #3CBE92. Grayscale: #6C6C6C. Windows color (decimal): -3980947 or 7160259. OLE color: 7160259.

HSL color Cylindrical-coordinate representation of color #C3416D: hue angle of 339.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3416D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19565109-
CMYK00.670.440.24
HSL339.69º52%50.98%-
HSV(B)339.69º66.67%76.47%-
XYZ27.1616.4916.22-
YUV108.89128.07189.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=52.85%
G=17.62%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956510900.670.440.24339.695250.98
HexC3416D0432C181543433
Octal303101155010354305246463
Binary11000011100000111011010100001110110011000101010100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3416D; }

 p { color: rgb(195,65,109); }

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

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

 a { background-color: rgb(195,65,109); }

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

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

 span { border-color: rgb(195,65,109); }

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