#C35478

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

Shades of Royal Heath #C35478

Tints of Royal Heath #C35478

Color information

#C35478 (or 0xC35478) is unknown color: approx Royal Heath. HEX triplet: C3, 54 and 78. RGB value is (195,84,120). Sum of RGB (Red+Green+Blue) = 195+84+120=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C35478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35478 is #3CAB87. Grayscale: #797979. Windows color (decimal): -3976072 or 7886019. OLE color: 7886019.

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

Color convert

RGB19584120-
CMYK00.570.380.24
HSL340.54º48.05%54.71%-
HSV(B)340.54º56.92%76.47%-
XYZ29.0719.319.96-
YUV121.29127.27180.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=48.87%
G=21.05%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958412000.570.380.24340.5448.0554.71
HexC3547803926181553037
Octal30312417007146305256067
Binary1100001110101001111000011100110011011000101010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35478; }

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

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

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

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

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

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

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

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