#C15379

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

Shades of Royal Heath #C15379

Tints of Royal Heath #C15379

Color information

#C15379 (or 0xC15379) is unknown color: approx Royal Heath. HEX triplet: C1, 53 and 79. RGB value is (193,83,121). Sum of RGB (Red+Green+Blue) = 193+83+121=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C15379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15379 is #3EAC86. Grayscale: #787878. Windows color (decimal): -4107399 or 7951297. OLE color: 7951297.

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

Color convert

RGB19383121-
CMYK00.570.370.24
HSL339.27º47.01%54.12%-
HSV(B)339.27º56.99%75.69%-
XYZ28.5418.920.23-
YUV120.22128.44179.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=48.61%
G=20.91%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938312100.570.370.24339.2747.0154.12
HexC1537903925181532f36
Octal30112317107145305235766
Binary1100000110100111111001011100110010111000101010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15379; }

 p { color: rgb(193,83,121); }

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

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

 a { background-color: rgb(193,83,121); }

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

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

 span { border-color: rgb(193,83,121); }

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