#C35F98

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

Shades of Hopbush #C35F98

Tints of Hopbush #C35F98

Color information

#C35F98 (or 0xC35F98) is unknown color: approx Hopbush. HEX triplet: C3, 5F and 98. RGB value is (195,95,152). Sum of RGB (Red+Green+Blue) = 195+95+152=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F98 is #3CA067. Grayscale: #838383. Windows color (decimal): -3973224 or 9985987. OLE color: 9985987.

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

Color convert

RGB19595152-
CMYK00.510.220.24
HSL325.8º45.45%56.86%-
HSV(B)325.8º51.28%76.47%-
XYZ32.2722.0532.26-
YUV131.4139.63173.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.12%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 152 (59.77% from 255) = 34.39%
R=44.12%
G=21.49%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959515200.510.220.24325.845.4556.86
HexC35F9803316181462d39
Octal30313723006326305065571
Binary1100001110111111001100001100111011011000101000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F98; }

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

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

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

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

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

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

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

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