#C4527A

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

Shades of Royal Heath #C4527A

Tints of Royal Heath #C4527A

Color information

#C4527A (or 0xC4527A) is unknown color: approx Royal Heath. HEX triplet: C4, 52 and 7A. RGB value is (196,82,122). Sum of RGB (Red+Green+Blue) = 196+82+122=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4527A is #3BAD85. Grayscale: #787878. Windows color (decimal): -3911046 or 8016580. OLE color: 8016580.

HSL color Cylindrical-coordinate representation of color #C4527A: hue angle of 338.95º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4527A is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19682122-
CMYK00.580.380.23
HSL338.95º49.14%54.51%-
HSV(B)338.95º58.16%76.86%-
XYZ29.319.1820.57-
YUV120.65128.77181.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=49%
G=20.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968212200.580.380.23338.9549.1454.51
HexC4527A03A26171533137
Octal30412217207246275236167
Binary1100010010100101111010011101010011010111101010011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4527A; }

 p { color: rgb(196,82,122); }

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

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

 a { background-color: rgb(196,82,122); }

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

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

 span { border-color: rgb(196,82,122); }

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