#C65D87

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

Shades of Hopbush #C65D87

Tints of Hopbush #C65D87

Color information

#C65D87 (or 0xC65D87) is unknown color: approx Hopbush. HEX triplet: C6, 5D and 87. RGB value is (198,93,135). Sum of RGB (Red+Green+Blue) = 198+93+135=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D87 is #39A278. Grayscale: #818181. Windows color (decimal): -3777145 or 8871366. OLE color: 8871366.

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

Color convert

RGB19893135-
CMYK00.530.320.22
HSL336º47.95%57.06%-
HSV(B)336º53.03%77.65%-
XYZ31.5821.5825.42-
YUV129.18131.29177.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=46.48%
G=21.83%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989313500.530.320.2233647.9557.06
HexC65D8703520161503039
Octal30613520706540265206071
Binary11000110101110110000111011010110000010110101010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D87; }

 p { color: rgb(198,93,135); }

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

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

 a { background-color: rgb(198,93,135); }

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

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

 span { border-color: rgb(198,93,135); }

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