#C875AA

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

Shades of Hopbush #C875AA

Tints of Hopbush #C875AA

Color information

#C875AA (or 0xC875AA) is unknown color: approx Hopbush. HEX triplet: C8, 75 and AA. RGB value is (200,117,170). Sum of RGB (Red+Green+Blue) = 200+117+170=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C875AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C875AA is #378A55. Grayscale: #939393. Windows color (decimal): -3639894 or 11171272. OLE color: 11171272.

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

Color convert

RGB200117170-
CMYK00.420.150.22
HSL321.69º43.01%62.16%-
HSV(B)321.69º41.5%78.43%-
XYZ37.4427.941.44-
YUV147.86140.5165.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=41.07%
G=24.02%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011717000.420.150.22321.6943.0162.16
HexC875AA02AF161422b3e
Octal31016525205217265025376
Binary110010001110101101010100101010111110110101000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875AA; }

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

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

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

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

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

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

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

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