#C35179

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

Shades of Royal Heath #C35179

Tints of Royal Heath #C35179

Color information

#C35179 (or 0xC35179) is unknown color: approx Royal Heath. HEX triplet: C3, 51 and 79. RGB value is (195,81,121). Sum of RGB (Red+Green+Blue) = 195+81+121=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C35179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35179 is #3CAE86. Grayscale: #777777. Windows color (decimal): -3976839 or 7950787. OLE color: 7950787.

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

Color convert

RGB19581121-
CMYK00.580.380.24
HSL338.95º48.72%54.12%-
HSV(B)338.95º58.46%76.47%-
XYZ28.918.8720.21-
YUV119.65128.77181.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=49.12%
G=20.40%
B=30.48%

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
Decimal1958112100.580.380.24338.9548.7254.12
HexC3517903A26181533136
Octal30312117107246305236166
Binary1100001110100011111001011101010011011000101010011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35179; }

 p { color: rgb(195,81,121); }

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

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

 a { background-color: rgb(195,81,121); }

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

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

 span { border-color: rgb(195,81,121); }

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