#C45279

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

Shades of Royal Heath #C45279

Tints of Royal Heath #C45279

Color information

#C45279 (or 0xC45279) is unknown color: approx Royal Heath. HEX triplet: C4, 52 and 79. RGB value is (196,82,121). Sum of RGB (Red+Green+Blue) = 196+82+121=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45279 is #3BAD86. Grayscale: #787878. Windows color (decimal): -3911047 or 7951044. OLE color: 7951044.

HSL color Cylindrical-coordinate representation of color #C45279: hue angle of 339.47º 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 #C45279 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19682121-
CMYK00.580.380.23
HSL339.47º49.14%54.51%-
HSV(B)339.47º58.16%76.86%-
XYZ29.2319.1520.24-
YUV120.53128.27181.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=49.12%
G=20.55%
B=30.33%

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
Decimal1968212100.580.380.23339.4749.1454.51
HexC4527903A26171533137
Octal30412217107246275236167
Binary1100010010100101111001011101010011010111101010011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45279; }

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

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

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

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

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

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

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

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