#C86A8A

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

Shades of Hopbush #C86A8A

Tints of Hopbush #C86A8A

Color information

#C86A8A (or 0xC86A8A) is unknown color: approx Hopbush. HEX triplet: C8, 6A and 8A. RGB value is (200,106,138). Sum of RGB (Red+Green+Blue) = 200+106+138=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A8A is #379575. Grayscale: #898989. Windows color (decimal): -3642742 or 9071304. OLE color: 9071304.

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

Color convert

RGB200106138-
CMYK00.470.310.22
HSL339.57º46.08%60%-
HSV(B)339.57º47%78.43%-
XYZ33.5624.4226.99-
YUV137.75128.14172.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=45.05%
G=23.87%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010613800.470.310.22339.5746.0860
HexC86A8A02F1F161542e3c
Octal31015221205737265245674
Binary1100100011010101000101001011111111110110101010100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86A8A; }

 p { color: rgb(200,106,138); }

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

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

 a { background-color: rgb(200,106,138); }

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

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

 span { border-color: rgb(200,106,138); }

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