#C86698

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

Shades of Hopbush #C86698

Tints of Hopbush #C86698

Color information

#C86698 (or 0xC86698) is unknown color: approx Hopbush. HEX triplet: C8, 66 and 98. RGB value is (200,102,152). Sum of RGB (Red+Green+Blue) = 200+102+152=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C86698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86698 is #379967. Grayscale: #888888. Windows color (decimal): -3643752 or 9987784. OLE color: 9987784.

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

Color convert

RGB200102152-
CMYK00.490.240.22
HSL329.39º47.12%59.22%-
HSV(B)329.39º49%78.43%-
XYZ34.2424.0532.54-
YUV137136.47172.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=44.05%
G=22.47%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010215200.490.240.22329.3947.1259.22
HexC8669803118161492f3b
Octal31014623006130265115773
Binary1100100011001101001100001100011100010110101001001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86698; }

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

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

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

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

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

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

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

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