#C96D8D

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

Shades of Hopbush #C96D8D

Tints of Hopbush #C96D8D

Color information

#C96D8D (or 0xC96D8D) is unknown color: approx Hopbush. HEX triplet: C9, 6D and 8D. RGB value is (201,109,141). Sum of RGB (Red+Green+Blue) = 201+109+141=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D8D is #369272. Grayscale: #8C8C8C. Windows color (decimal): -3576435 or 9268681. OLE color: 9268681.

HSL color Cylindrical-coordinate representation of color #C96D8D: hue angle of 339.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96D8D is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201109141-
CMYK00.460.300.21
HSL339.13º46%60.78%-
HSV(B)339.13º45.77%78.82%-
XYZ34.3625.2828.27-
YUV140.16128.48171.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=44.57%
G=24.17%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110914100.460.300.21339.134660.78
HexC96D8D02E1E151532e3d
Octal31115521505636255235675
Binary1100100111011011000110101011101111010101101010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D8D; }

 p { color: rgb(201,109,141); }

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

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

 a { background-color: rgb(201,109,141); }

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

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

 span { border-color: rgb(201,109,141); }

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