#C0496D

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

Shades of Royal Heath #C0496D

Tints of Royal Heath #C0496D

Color information

#C0496D (or 0xC0496D) is unknown color: approx Royal Heath. HEX triplet: C0, 49 and 6D. RGB value is (192,73,109). Sum of RGB (Red+Green+Blue) = 192+73+109=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0496D is #3FB692. Grayscale: #707070. Windows color (decimal): -4175507 or 7162304. OLE color: 7162304.

HSL color Cylindrical-coordinate representation of color #C0496D: hue angle of 341.85º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0496D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19273109-
CMYK00.620.430.25
HSL341.85º48.57%51.96%-
HSV(B)341.85º61.98%75.29%-
XYZ26.8817.0816.35-
YUV112.68125.92184.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.34%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=51.34%
G=19.52%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927310900.620.430.25341.8548.5751.96
HexC0496D03E2B191563134
Octal30011115507653315266164
Binary1100000010010011101101011111010101111001101010110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0496D; }

 p { color: rgb(192,73,109); }

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

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

 a { background-color: rgb(192,73,109); }

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

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

 span { border-color: rgb(192,73,109); }

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