#C2486D

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

Shades of Royal Heath #C2486D

Tints of Royal Heath #C2486D

Color information

#C2486D (or 0xC2486D) is unknown color: approx Royal Heath. HEX triplet: C2, 48 and 6D. RGB value is (194,72,109). Sum of RGB (Red+Green+Blue) = 194+72+109=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2486D is #3DB792. Grayscale: #707070. Windows color (decimal): -4044691 or 7162050. OLE color: 7162050.

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

Color convert

RGB19472109-
CMYK00.630.440.24
HSL341.8º50%52.16%-
HSV(B)341.8º62.89%76.08%-
XYZ27.3317.2116.35-
YUV112.7125.92185.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=51.73%
G=19.2%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947210900.630.440.24341.85052.16
HexC2486D03F2C181563234
Octal30211015507754305266264
Binary1100001010010001101101011111110110011000101010110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2486D; }

 p { color: rgb(194,72,109); }

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

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

 a { background-color: rgb(194,72,109); }

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

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

 span { border-color: rgb(194,72,109); }

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