#C3557E

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

Shades of Royal Heath #C3557E

Tints of Royal Heath #C3557E

Color information

#C3557E (or 0xC3557E) is unknown color: approx Royal Heath. HEX triplet: C3, 55 and 7E. RGB value is (195,85,126). Sum of RGB (Red+Green+Blue) = 195+85+126=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3557E is #3CAA81. Grayscale: #7A7A7A. Windows color (decimal): -3975810 or 8279491. OLE color: 8279491.

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

Color convert

RGB19585126-
CMYK00.560.350.24
HSL337.64º47.83%54.9%-
HSV(B)337.64º56.41%76.47%-
XYZ29.5219.6121.97-
YUV122.56129.94179.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=48.03%
G=20.94%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958512600.560.350.24337.6447.8354.9
HexC3557E03823181523037
Octal30312517607043305226067
Binary1100001110101011111110011100010001111000101010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3557E; }

 p { color: rgb(195,85,126); }

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

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

 a { background-color: rgb(195,85,126); }

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

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

 span { border-color: rgb(195,85,126); }

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