#C1547A

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

Shades of Royal Heath #C1547A

Tints of Royal Heath #C1547A

Color information

#C1547A (or 0xC1547A) is unknown color: approx Royal Heath. HEX triplet: C1, 54 and 7A. RGB value is (193,84,122). Sum of RGB (Red+Green+Blue) = 193+84+122=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1547A is #3EAB85. Grayscale: #787878. Windows color (decimal): -4107142 or 8017089. OLE color: 8017089.

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

Color convert

RGB19384122-
CMYK00.560.370.24
HSL339.08º46.78%54.31%-
HSV(B)339.08º56.48%75.69%-
XYZ28.6819.0820.58-
YUV120.92128.61179.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=48.37%
G=21.05%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938412200.560.370.24339.0846.7854.31
HexC1547A03825181532f36
Octal30112417207045305235766
Binary1100000110101001111010011100010010111000101010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1547A; }

 p { color: rgb(193,84,122); }

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

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

 a { background-color: rgb(193,84,122); }

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

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

 span { border-color: rgb(193,84,122); }

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