#C96B8D

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

Shades of Hopbush #C96B8D

Tints of Hopbush #C96B8D

Color information

#C96B8D (or 0xC96B8D) is unknown color: approx Hopbush. HEX triplet: C9, 6B and 8D. RGB value is (201,107,141). Sum of RGB (Red+Green+Blue) = 201+107+141=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96B8D is #369472. Grayscale: #8A8A8A. Windows color (decimal): -3576947 or 9268169. OLE color: 9268169.

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

Color convert

RGB201107141-
CMYK00.470.300.21
HSL338.3º46.53%60.39%-
HSV(B)338.3º46.77%78.82%-
XYZ34.1524.8628.2-
YUV138.98129.14172.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=44.77%
G=23.83%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110714100.470.300.21338.346.5360.39
HexC96B8D02F1E151522f3c
Octal31115321505736255225774
Binary1100100111010111000110101011111111010101101010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96B8D; }

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

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

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

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

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

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

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

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