#C86282

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

Shades of Hopbush #C86282

Tints of Hopbush #C86282

Color information

#C86282 (or 0xC86282) is unknown color: approx Hopbush. HEX triplet: C8, 62 and 82. RGB value is (200,98,130). Sum of RGB (Red+Green+Blue) = 200+98+130=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C86282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86282 is #379D7D. Grayscale: #848484. Windows color (decimal): -3644798 or 8544968. OLE color: 8544968.

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

Color convert

RGB20098130-
CMYK00.510.350.22
HSL341.18º48.11%58.43%-
HSV(B)341.18º51%78.43%-
XYZ32.2222.6323.79-
YUV132.15126.79176.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=46.73%
G=22.90%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009813000.510.350.22341.1848.1158.43
HexC862820332316155303a
Octal31014220206343265256072
Binary11001000110001010000010011001110001110110101010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86282; }

 p { color: rgb(200,98,130); }

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

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

 a { background-color: rgb(200,98,130); }

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

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

 span { border-color: rgb(200,98,130); }

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