#C35B7E

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

Shades of Royal Heath #C35B7E

Tints of Royal Heath #C35B7E

Color information

#C35B7E (or 0xC35B7E) is unknown color: approx Royal Heath. HEX triplet: C3, 5B and 7E. RGB value is (195,91,126). Sum of RGB (Red+Green+Blue) = 195+91+126=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B7E is #3CA481. Grayscale: #7E7E7E. Windows color (decimal): -3974274 or 8281027. OLE color: 8281027.

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

Color convert

RGB19591126-
CMYK00.530.350.24
HSL339.81º46.43%56.08%-
HSV(B)339.81º53.33%76.47%-
XYZ30.0120.5922.13-
YUV126.09127.96177.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=47.33%
G=22.09%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959112600.530.350.24339.8146.4356.08
HexC35B7E03523181542e38
Octal30313317606543305245670
Binary1100001110110111111110011010110001111000101010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B7E; }

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

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

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

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

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

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

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

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