#C96D8F

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

Shades of Hopbush #C96D8F

Tints of Hopbush #C96D8F

Color information

#C96D8F (or 0xC96D8F) is unknown color: approx Hopbush. HEX triplet: C9, 6D and 8F. RGB value is (201,109,143). Sum of RGB (Red+Green+Blue) = 201+109+143=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D8F is #369270. Grayscale: #8C8C8C. Windows color (decimal): -3576433 or 9399753. OLE color: 9399753.

HSL color Cylindrical-coordinate representation of color #C96D8F: hue angle of 337.83º 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 #C96D8F is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201109143-
CMYK00.460.290.21
HSL337.83º46%60.78%-
HSV(B)337.83º45.77%78.82%-
XYZ34.5125.3429.06-
YUV140.38129.48171.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=44.37%
G=24.06%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110914300.460.290.21337.834660.78
HexC96D8F02E1D151522e3d
Octal31115521705635255225675
Binary1100100111011011000111101011101110110101101010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D8F; }

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

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

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

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

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

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

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

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