#C35F84

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

Shades of Hopbush #C35F84

Tints of Hopbush #C35F84

Color information

#C35F84 (or 0xC35F84) is unknown color: approx Hopbush. HEX triplet: C3, 5F and 84. RGB value is (195,95,132). Sum of RGB (Red+Green+Blue) = 195+95+132=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F84 is #3CA07B. Grayscale: #818181. Windows color (decimal): -3973244 or 8675267. OLE color: 8675267.

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

Color convert

RGB19595132-
CMYK00.510.320.24
HSL337.8º45.45%56.86%-
HSV(B)337.8º51.28%76.47%-
XYZ30.7621.4524.35-
YUV129.12129.63174.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=46.21%
G=22.51%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959513200.510.320.24337.845.4556.86
HexC35F8403320181522d39
Octal30313720406340305225571
Binary11000011101111110000100011001110000011000101010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F84; }

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

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

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

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

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

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

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

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