#C86296

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

Shades of Hopbush #C86296

Tints of Hopbush #C86296

Color information

#C86296 (or 0xC86296) is unknown color: approx Hopbush. HEX triplet: C8, 62 and 96. RGB value is (200,98,150). Sum of RGB (Red+Green+Blue) = 200+98+150=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86296 is #379D69. Grayscale: #868686. Windows color (decimal): -3644778 or 9855688. OLE color: 9855688.

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

Color convert

RGB20098150-
CMYK00.510.250.22
HSL329.41º48.11%58.43%-
HSV(B)329.41º51%78.43%-
XYZ33.6923.2231.56-
YUV134.43136.79174.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=44.64%
G=21.88%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009815000.510.250.22329.4148.1158.43
HexC862960331916149303a
Octal31014222606331265116072
Binary1100100011000101001011001100111100110110101001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86296; }

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

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

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

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

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

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

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

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