#C15374

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

Shades of Royal Heath #C15374

Tints of Royal Heath #C15374

Color information

#C15374 (or 0xC15374) is unknown color: approx Royal Heath. HEX triplet: C1, 53 and 74. RGB value is (193,83,116). Sum of RGB (Red+Green+Blue) = 193+83+116=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C15374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15374 is #3EAC8B. Grayscale: #777777. Windows color (decimal): -4107404 or 7623617. OLE color: 7623617.

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

Color convert

RGB19383116-
CMYK00.570.400.24
HSL342º47.01%54.12%-
HSV(B)342º56.99%75.69%-
XYZ28.2418.7818.66-
YUV119.65125.94180.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=49.23%
G=21.17%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938311600.570.400.2434247.0154.12
HexC1537403928181562f36
Octal30112316407150305265766
Binary1100000110100111110100011100110100011000101010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15374; }

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

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

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

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

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

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

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

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