#C86D98

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

Shades of Hopbush #C86D98

Tints of Hopbush #C86D98

Color information

#C86D98 (or 0xC86D98) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 98. RGB value is (200,109,152). Sum of RGB (Red+Green+Blue) = 200+109+152=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D98 is #379267. Grayscale: #8D8D8D. Windows color (decimal): -3641960 or 9989576. OLE color: 9989576.

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

Color convert

RGB200109152-
CMYK00.460.240.22
HSL331.65º45.27%60.59%-
HSV(B)331.65º45.5%78.43%-
XYZ34.9625.4832.78-
YUV141.11134.15170-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=43.38%
G=23.64%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010915200.460.240.22331.6545.2760.59
HexC86D9802E181614c2d3d
Octal31015523005630265145575
Binary1100100011011011001100001011101100010110101001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D98; }

 p { color: rgb(200,109,152); }

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

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

 a { background-color: rgb(200,109,152); }

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

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

 span { border-color: rgb(200,109,152); }

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