#C35F8C

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

Shades of Hopbush #C35F8C

Tints of Hopbush #C35F8C

Color information

#C35F8C (or 0xC35F8C) is unknown color: approx Hopbush. HEX triplet: C3, 5F and 8C. RGB value is (195,95,140). Sum of RGB (Red+Green+Blue) = 195+95+140=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F8C is #3CA073. Grayscale: #818181. Windows color (decimal): -3973236 or 9199555. OLE color: 9199555.

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

Color convert

RGB19595140-
CMYK00.510.280.24
HSL333º45.45%56.86%-
HSV(B)333º51.28%76.47%-
XYZ31.3321.6827.34-
YUV130.03133.63174.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=45.35%
G=22.09%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959514000.510.280.2433345.4556.86
HexC35F8C0331C1814d2d39
Octal30313721406334305155571
Binary1100001110111111000110001100111110011000101001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F8C; }

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

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

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

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

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

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

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

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