#C86892

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

Shades of Hopbush #C86892

Tints of Hopbush #C86892

Color information

#C86892 (or 0xC86892) is unknown color: approx Hopbush. HEX triplet: C8, 68 and 92. RGB value is (200,104,146). Sum of RGB (Red+Green+Blue) = 200+104+146=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C86892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86892 is #37976D. Grayscale: #898989. Windows color (decimal): -3643246 or 9595080. OLE color: 9595080.

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

Color convert

RGB200104146-
CMYK00.480.270.22
HSL333.75º46.6%59.61%-
HSV(B)333.75º48%78.43%-
XYZ33.9624.2630.09-
YUV137.49132.8172.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=44.44%
G=23.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010414600.480.270.22333.7546.659.61
HexC868920301B1614e2f3c
Octal31015022206033265165774
Binary1100100011010001001001001100001101110110101001110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86892; }

 p { color: rgb(200,104,146); }

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

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

 a { background-color: rgb(200,104,146); }

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

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

 span { border-color: rgb(200,104,146); }

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