#C86796

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

Shades of Hopbush #C86796

Tints of Hopbush #C86796

Color information

#C86796 (or 0xC86796) is unknown color: approx Hopbush. HEX triplet: C8, 67 and 96. RGB value is (200,103,150). Sum of RGB (Red+Green+Blue) = 200+103+150=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C86796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86796 is #379869. Grayscale: #898989. Windows color (decimal): -3643498 or 9856968. OLE color: 9856968.

HSL color Cylindrical-coordinate representation of color #C86796: hue angle of 330.93º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86796 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB200103150-
CMYK00.480.250.22
HSL330.93º46.86%59.41%-
HSV(B)330.93º48.5%78.43%-
XYZ34.1724.1831.72-
YUV137.36135.14172.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=44.15%
G=22.74%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010315000.480.250.22330.9346.8659.41
HexC86796030191614b2f3b
Octal31014722606031265135773
Binary1100100011001111001011001100001100110110101001011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86796; }

 p { color: rgb(200,103,150); }

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

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

 a { background-color: rgb(200,103,150); }

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

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

 span { border-color: rgb(200,103,150); }

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