#C869AD

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

Shades of Hopbush #C869AD

Tints of Hopbush #C869AD

Color information

#C869AD (or 0xC869AD) is unknown color: approx Hopbush. HEX triplet: C8, 69 and AD. RGB value is (200,105,173). Sum of RGB (Red+Green+Blue) = 200+105+173=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C869AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869AD is #379652. Grayscale: #8C8C8C. Windows color (decimal): -3642963 or 11364808. OLE color: 11364808.

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

Color convert

RGB200105173-
CMYK00.480.140.22
HSL317.05º46.34%59.8%-
HSV(B)317.05º47.5%78.43%-
XYZ36.4125.442.52-
YUV141.16145.97169.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=41.84%
G=21.97%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010517300.480.140.22317.0546.3459.8
HexC869AD030E1613d2e3c
Octal31015125506016264755674
Binary110010001101001101011010110000111010110100111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869AD; }

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

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

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

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

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

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

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

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