#C35F95

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

Shades of Hopbush #C35F95

Tints of Hopbush #C35F95

Color information

#C35F95 (or 0xC35F95) is unknown color: approx Hopbush. HEX triplet: C3, 5F and 95. RGB value is (195,95,149). Sum of RGB (Red+Green+Blue) = 195+95+149=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F95 is #3CA06A. Grayscale: #828282. Windows color (decimal): -3973227 or 9789379. OLE color: 9789379.

HSL color Cylindrical-coordinate representation of color #C35F95: hue angle of 327.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C35F95 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB19595149-
CMYK00.510.240.24
HSL327.6º45.45%56.86%-
HSV(B)327.6º51.28%76.47%-
XYZ32.0221.9630.98-
YUV131.06138.13173.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=44.42%
G=21.64%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959514900.510.240.24327.645.4556.86
HexC35F9503318181482d39
Octal30313722506330305105571
Binary1100001110111111001010101100111100011000101001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F95; }

 p { color: rgb(195,95,149); }

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

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

 a { background-color: rgb(195,95,149); }

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

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

 span { border-color: rgb(195,95,149); }

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