#C872AA

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

Shades of Hopbush #C872AA

Tints of Hopbush #C872AA

Color information

#C872AA (or 0xC872AA) is unknown color: approx Hopbush. HEX triplet: C8, 72 and AA. RGB value is (200,114,170). Sum of RGB (Red+Green+Blue) = 200+114+170=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C872AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872AA is #378D55. Grayscale: #919191. Windows color (decimal): -3640662 or 11170504. OLE color: 11170504.

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

Color convert

RGB200114170-
CMYK00.430.150.22
HSL320.93º43.88%61.57%-
HSV(B)320.93º43%78.43%-
XYZ37.0927.2241.33-
YUV146.1141.49166.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=41.32%
G=23.55%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011417000.430.150.22320.9343.8861.57
HexC872AA02BF161412c3e
Octal31016225205317265015476
Binary110010001110010101010100101011111110110101000001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872AA; }

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

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

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

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

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

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

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

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