#C65F96

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

Shades of Hopbush #C65F96

Tints of Hopbush #C65F96

Color information

#C65F96 (or 0xC65F96) is unknown color: approx Hopbush. HEX triplet: C6, 5F and 96. RGB value is (198,95,150). Sum of RGB (Red+Green+Blue) = 198+95+150=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F96 is #39A069. Grayscale: #838383. Windows color (decimal): -3776618 or 9854918. OLE color: 9854918.

HSL color Cylindrical-coordinate representation of color #C65F96: hue angle of 327.96º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F96 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19895150-
CMYK00.520.240.22
HSL327.96º47.47%57.45%-
HSV(B)327.96º52.02%77.65%-
XYZ32.8922.3931.44-
YUV132.07138.12175.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=44.70%
G=21.44%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989515000.520.240.22327.9647.4757.45
HexC65F9603418161482f39
Octal30613722606430265105771
Binary1100011010111111001011001101001100010110101001000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F96; }

 p { color: rgb(198,95,150); }

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

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

 a { background-color: rgb(198,95,150); }

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

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

 span { border-color: rgb(198,95,150); }

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