#C879A0

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

Shades of Hopbush #C879A0

Tints of Hopbush #C879A0

Color information

#C879A0 (or 0xC879A0) is unknown color: approx Hopbush. HEX triplet: C8, 79 and A0. RGB value is (200,121,160). Sum of RGB (Red+Green+Blue) = 200+121+160=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C879A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C879A0 is #37865F. Grayscale: #949494. Windows color (decimal): -3638880 or 10516936. OLE color: 10516936.

HSL color Cylindrical-coordinate representation of color #C879A0: hue angle of 330.38º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C879A0 is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB200121160-
CMYK00.390.20.22
HSL330.38º41.8%62.94%-
HSV(B)330.38º39.5%78.43%-
XYZ3728.4936.81-
YUV149.07134.17164.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=41.58%
G=25.16%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012116000.390.20.22330.3841.862.94
HexC879A0027141614a2a3f
Octal31017124004724265125277
Binary1100100011110011010000001001111010010110101001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C879A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C879A0; }

 p { color: rgb(200,121,160); }

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

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

 a { background-color: rgb(200,121,160); }

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

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

 span { border-color: rgb(200,121,160); }

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