#C96BAD

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

Shades of Hopbush #C96BAD

Tints of Hopbush #C96BAD

Color information

#C96BAD (or 0xC96BAD) is unknown color: approx Hopbush. HEX triplet: C9, 6B and AD. RGB value is (201,107,173). Sum of RGB (Red+Green+Blue) = 201+107+173=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96BAD is #369452. Grayscale: #8E8E8E. Windows color (decimal): -3576915 or 11365321. OLE color: 11365321.

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

Color convert

RGB201107173-
CMYK00.470.140.21
HSL317.87º46.53%60.39%-
HSV(B)317.87º46.77%78.82%-
XYZ36.8925.9542.6-
YUV142.63145.14169.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=41.79%
G=22.25%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110717300.470.140.21317.8746.5360.39
HexC96BAD02FE1513e2f3c
Octal31115325505716254765774
Binary110010011101011101011010101111111010101100111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BAD; }

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

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

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

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

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

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

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

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