#C35A7F

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

Shades of Royal Heath #C35A7F

Tints of Royal Heath #C35A7F

Color information

#C35A7F (or 0xC35A7F) is unknown color: approx Royal Heath. HEX triplet: C3, 5A and 7F. RGB value is (195,90,127). Sum of RGB (Red+Green+Blue) = 195+90+127=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A7F is #3CA580. Grayscale: #7D7D7D. Windows color (decimal): -3974529 or 8346307. OLE color: 8346307.

HSL color Cylindrical-coordinate representation of color #C35A7F: hue angle of 338.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35A7F is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19590127-
CMYK00.540.350.24
HSL338.86º46.67%55.88%-
HSV(B)338.86º53.85%76.47%-
XYZ29.9920.4522.44-
YUV125.61128.79177.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 90 (35.55% from 255) = 21.84%
BLUE value IS 127 (50% from 255) = 30.83%
R=47.33%
G=21.84%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959012700.540.350.24338.8646.6755.88
HexC35A7F03623181532f38
Octal30313217706643305235770
Binary1100001110110101111111011011010001111000101010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A7F; }

 p { color: rgb(195,90,127); }

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

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

 a { background-color: rgb(195,90,127); }

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

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

 span { border-color: rgb(195,90,127); }

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