#C35278

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

Shades of Royal Heath #C35278

Tints of Royal Heath #C35278

Color information

#C35278 (or 0xC35278) is unknown color: approx Royal Heath. HEX triplet: C3, 52 and 78. RGB value is (195,82,120). Sum of RGB (Red+Green+Blue) = 195+82+120=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C35278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35278 is #3CAD87. Grayscale: #787878. Windows color (decimal): -3976584 or 7885507. OLE color: 7885507.

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

Color convert

RGB19582120-
CMYK00.580.380.24
HSL339.82º48.5%54.31%-
HSV(B)339.82º57.95%76.47%-
XYZ28.9118.9919.91-
YUV120.12127.94181.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=49.12%
G=20.65%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958212000.580.380.24339.8248.554.31
HexC3527803A26181543036
Octal30312217007246305246066
Binary1100001110100101111000011101010011011000101010100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35278; }

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

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

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

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

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

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

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

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