#C65F8E

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

Shades of Hopbush #C65F8E

Tints of Hopbush #C65F8E

Color information

#C65F8E (or 0xC65F8E) is unknown color: approx Hopbush. HEX triplet: C6, 5F and 8E. RGB value is (198,95,142). Sum of RGB (Red+Green+Blue) = 198+95+142=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F8E is #39A071. Grayscale: #838383. Windows color (decimal): -3776626 or 9330630. OLE color: 9330630.

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

Color convert

RGB19895142-
CMYK00.520.280.22
HSL332.62º47.47%57.45%-
HSV(B)332.62º52.02%77.65%-
XYZ32.2622.1428.16-
YUV131.15134.12175.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=45.52%
G=21.84%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989514200.520.280.22332.6247.4757.45
HexC65F8E0341C1614d2f39
Octal30613721606434265155771
Binary1100011010111111000111001101001110010110101001101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F8E; }

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

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

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

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

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

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

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

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