#C876AA

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

Shades of Hopbush #C876AA

Tints of Hopbush #C876AA

Color information

#C876AA (or 0xC876AA) is unknown color: approx Hopbush. HEX triplet: C8, 76 and AA. RGB value is (200,118,170). Sum of RGB (Red+Green+Blue) = 200+118+170=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C876AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C876AA is #378955. Grayscale: #949494. Windows color (decimal): -3639638 or 11171528. OLE color: 11171528.

HSL color Cylindrical-coordinate representation of color #C876AA: hue angle of 321.95º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C876AA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB200118170-
CMYK00.410.150.22
HSL321.95º42.71%62.35%-
HSV(B)321.95º41%78.43%-
XYZ37.5528.1441.48-
YUV148.45140.17164.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=40.98%
G=24.18%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011817000.410.150.22321.9542.7162.35
HexC876AA029F161422b3e
Octal31016625205117265025376
Binary110010001110110101010100101001111110110101000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C876AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C876AA; }

 p { color: rgb(200,118,170); }

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

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

 a { background-color: rgb(200,118,170); }

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

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

 span { border-color: rgb(200,118,170); }

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