#C2386E

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

Shades of Royal Heath #C2386E

Tints of Royal Heath #C2386E

Color information

#C2386E (or 0xC2386E) is unknown color: approx Royal Heath. HEX triplet: C2, 38 and 6E. RGB value is (194,56,110). Sum of RGB (Red+Green+Blue) = 194+56+110=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2386E is #3DC791. Grayscale: #676767. Windows color (decimal): -4048786 or 7223490. OLE color: 7223490.

HSL color Cylindrical-coordinate representation of color #C2386E: hue angle of 336.52º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2386E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19456110-
CMYK00.710.430.24
HSL336.52º55.2%49.02%-
HSV(B)336.52º71.13%76.08%-
XYZ26.4815.4216.33-
YUV103.42131.72192.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 56 (22.27% from 255) = 15.56%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=53.89%
G=15.56%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945611000.710.430.24336.5255.249.02
HexC2386E0472B181513731
Octal30270156010753305216761
Binary1100001011100011011100100011110101111000101010001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2386E; }

 p { color: rgb(194,56,110); }

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

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

 a { background-color: rgb(194,56,110); }

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

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

 span { border-color: rgb(194,56,110); }

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