#C2517A

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

Shades of Royal Heath #C2517A

Tints of Royal Heath #C2517A

Color information

#C2517A (or 0xC2517A) is unknown color: approx Royal Heath. HEX triplet: C2, 51 and 7A. RGB value is (194,81,122). Sum of RGB (Red+Green+Blue) = 194+81+122=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2517A is #3DAE85. Grayscale: #777777. Windows color (decimal): -4042374 or 8016322. OLE color: 8016322.

HSL color Cylindrical-coordinate representation of color #C2517A: hue angle of 338.23º degrees, saturation: 0.48, 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 #C2517A is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19481122-
CMYK00.580.370.24
HSL338.23º48.09%53.92%-
HSV(B)338.23º58.25%76.08%-
XYZ28.718.7620.52-
YUV119.46129.44181.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=48.87%
G=20.40%
B=30.73%

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
Decimal1948112200.580.370.24338.2348.0953.92
HexC2517A03A25181523036
Octal30212117207245305226066
Binary1100001010100011111010011101010010111000101010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2517A; }

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

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

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

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

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

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

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

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