#C3517A

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

Shades of Royal Heath #C3517A

Tints of Royal Heath #C3517A

Color information

#C3517A (or 0xC3517A) is unknown color: approx Royal Heath. HEX triplet: C3, 51 and 7A. RGB value is (195,81,122). Sum of RGB (Red+Green+Blue) = 195+81+122=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3517A is #3CAE85. Grayscale: #777777. Windows color (decimal): -3976838 or 8016323. OLE color: 8016323.

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

Color convert

RGB19581122-
CMYK00.580.370.24
HSL338.42º48.72%54.12%-
HSV(B)338.42º58.46%76.47%-
XYZ28.9618.8920.53-
YUV119.76129.27181.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=48.99%
G=20.35%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958112200.580.370.24338.4248.7254.12
HexC3517A03A25181523136
Octal30312117207245305226166
Binary1100001110100011111010011101010010111000101010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3517A; }

 p { color: rgb(195,81,122); }

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

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

 a { background-color: rgb(195,81,122); }

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

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

 span { border-color: rgb(195,81,122); }

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