#C869A9

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

Shades of Hopbush #C869A9

Tints of Hopbush #C869A9

Color information

#C869A9 (or 0xC869A9) is unknown color: approx Hopbush. HEX triplet: C8, 69 and A9. RGB value is (200,105,169). Sum of RGB (Red+Green+Blue) = 200+105+169=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C869A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869A9 is #379656. Grayscale: #8C8C8C. Windows color (decimal): -3642967 or 11102664. OLE color: 11102664.

HSL color Cylindrical-coordinate representation of color #C869A9: hue angle of 319.58º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C869A9 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200105169-
CMYK00.480.160.22
HSL319.58º46.34%59.8%-
HSV(B)319.58º47.5%78.43%-
XYZ36.0325.2540.51-
YUV140.7143.97170.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=42.19%
G=22.15%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010516900.480.160.22319.5846.3459.8
HexC869A903010161402e3c
Octal31015125106020265005674
Binary1100100011010011010100101100001000010110101000000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869A9; }

 p { color: rgb(200,105,169); }

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

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

 a { background-color: rgb(200,105,169); }

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

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

 span { border-color: rgb(200,105,169); }

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