#C35A7E

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

Shades of Royal Heath #C35A7E

Tints of Royal Heath #C35A7E

Color information

#C35A7E (or 0xC35A7E) is unknown color: approx Royal Heath. HEX triplet: C3, 5A and 7E. RGB value is (195,90,126). Sum of RGB (Red+Green+Blue) = 195+90+126=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A7E is #3CA581. Grayscale: #7D7D7D. Windows color (decimal): -3974530 or 8280771. OLE color: 8280771.

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

Color convert

RGB19590126-
CMYK00.540.350.24
HSL339.43º46.67%55.88%-
HSV(B)339.43º53.85%76.47%-
XYZ29.9320.4222.1-
YUV125.5128.29177.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=47.45%
G=21.90%
B=30.66%

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
Decimal1959012600.540.350.24339.4346.6755.88
HexC35A7E03623181532f38
Octal30313217606643305235770
Binary1100001110110101111110011011010001111000101010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A7E; }

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

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

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

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

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

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

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

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