#C86592

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

Shades of Hopbush #C86592

Tints of Hopbush #C86592

Color information

#C86592 (or 0xC86592) is unknown color: approx Hopbush. HEX triplet: C8, 65 and 92. RGB value is (200,101,146). Sum of RGB (Red+Green+Blue) = 200+101+146=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C86592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86592 is #379A6D. Grayscale: #878787. Windows color (decimal): -3644014 or 9594312. OLE color: 9594312.

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

Color convert

RGB200101146-
CMYK00.490.270.22
HSL332.73º47.37%59.02%-
HSV(B)332.73º49.5%78.43%-
XYZ33.6623.6629.99-
YUV135.73133.8173.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=44.74%
G=22.60%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010114600.490.270.22332.7347.3759.02
HexC865920311B1614d2f3b
Octal31014522206133265155773
Binary1100100011001011001001001100011101110110101001101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86592; }

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

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

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

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

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

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

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

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