#c96a9b

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

Shades of Hopbush #C96A9B

Tints of Hopbush #C96A9B

Color information

#C96A9B (or 0xC96A9B) is unknown color: approx Hopbush. HEX triplet: C9, 6A and 9B. RGB value is (201,106,155). Sum of RGB (Red+Green+Blue) = 201+106+155=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96A9B is #369564. Grayscale: #8B8B8B. Windows color (decimal): -3577189 or 10185417. OLE color: 10185417.

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

Color convert

RGB201106155-
CMYK00.470.230.21
HSL329.05º46.8%60.2%-
HSV(B)329.05º47.26%78.82%-
XYZ35.1625.0934-
YUV139.99136.47171.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=43.51%
G=22.94%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110615500.470.230.21329.0546.860.2
HexC96A9B02F17151492f3c
Octal31115223305727255115774
Binary1100100111010101001101101011111011110101101001001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c96a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c96a9b; }

 p { color: rgb(201,106,155); }

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

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

 a { background-color: rgb(201,106,155); }

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

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

 span { border-color: rgb(201,106,155); }

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