#C15376

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

Shades of Royal Heath #C15376

Tints of Royal Heath #C15376

Color information

#C15376 (or 0xC15376) is unknown color: approx Royal Heath. HEX triplet: C1, 53 and 76. RGB value is (193,83,118). Sum of RGB (Red+Green+Blue) = 193+83+118=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C15376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15376 is #3EAC89. Grayscale: #777777. Windows color (decimal): -4107402 or 7754689. OLE color: 7754689.

HSL color Cylindrical-coordinate representation of color #C15376: hue angle of 340.91º 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 #C15376 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19383118-
CMYK00.570.390.24
HSL340.91º47.01%54.12%-
HSV(B)340.91º56.99%75.69%-
XYZ28.3618.8319.28-
YUV119.88126.94180.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=48.98%
G=21.07%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938311800.570.390.24340.9147.0154.12
HexC1537603927181552f36
Octal30112316607147305255766
Binary1100000110100111110110011100110011111000101010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15376; }

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

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

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

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

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

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

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

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