#C872AB

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

Shades of Hopbush #C872AB

Tints of Hopbush #C872AB

Color information

#C872AB (or 0xC872AB) is unknown color: approx Hopbush. HEX triplet: C8, 72 and AB. RGB value is (200,114,171). Sum of RGB (Red+Green+Blue) = 200+114+171=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C872AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872AB is #378D54. Grayscale: #929292. Windows color (decimal): -3640661 or 11236040. OLE color: 11236040.

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

Color convert

RGB200114171-
CMYK00.430.140.22
HSL320.23º43.88%61.57%-
HSV(B)320.23º43%78.43%-
XYZ37.1927.2541.83-
YUV146.21141.99166.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=41.24%
G=23.51%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011417100.430.140.22320.2343.8861.57
HexC872AB02BE161402c3e
Octal31016225305316265005476
Binary110010001110010101010110101011111010110101000000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872AB; }

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

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

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

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

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

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

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

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