#C3527E

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

Shades of Royal Heath #C3527E

Tints of Royal Heath #C3527E

Color information

#C3527E (or 0xC3527E) is unknown color: approx Royal Heath. HEX triplet: C3, 52 and 7E. RGB value is (195,82,126). Sum of RGB (Red+Green+Blue) = 195+82+126=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3527E is #3CAD81. Grayscale: #787878. Windows color (decimal): -3976578 or 8278723. OLE color: 8278723.

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

Color convert

RGB19582126-
CMYK00.580.350.24
HSL336.64º48.5%54.31%-
HSV(B)336.64º57.95%76.47%-
XYZ29.2919.1421.89-
YUV120.8130.94180.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=48.39%
G=20.35%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958212600.580.350.24336.6448.554.31
HexC3527E03A23181513036
Octal30312217607243305216066
Binary1100001110100101111110011101010001111000101010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3527E; }

 p { color: rgb(195,82,126); }

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

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

 a { background-color: rgb(195,82,126); }

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

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

 span { border-color: rgb(195,82,126); }

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