#C3547A

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

Shades of Royal Heath #C3547A

Tints of Royal Heath #C3547A

Color information

#C3547A (or 0xC3547A) is unknown color: approx Royal Heath. HEX triplet: C3, 54 and 7A. RGB value is (195,84,122). Sum of RGB (Red+Green+Blue) = 195+84+122=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3547A is #3CAB85. Grayscale: #797979. Windows color (decimal): -3976070 or 8017091. OLE color: 8017091.

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

Color convert

RGB19584122-
CMYK00.570.370.24
HSL339.46º48.05%54.71%-
HSV(B)339.46º56.92%76.47%-
XYZ29.1919.3520.61-
YUV121.52128.27180.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=48.63%
G=20.95%
B=30.42%

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
Decimal1958412200.570.370.24339.4648.0554.71
HexC3547A03925181533037
Octal30312417207145305236067
Binary1100001110101001111010011100110010111000101010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3547A; }

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

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

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

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

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

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

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

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