#C96DA6

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

Shades of Hopbush #C96DA6

Tints of Hopbush #C96DA6

Color information

#C96DA6 (or 0xC96DA6) is unknown color: approx Hopbush. HEX triplet: C9, 6D and A6. RGB value is (201,109,166). Sum of RGB (Red+Green+Blue) = 201+109+166=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DA6 is #369259. Grayscale: #8E8E8E. Windows color (decimal): -3576410 or 10907081. OLE color: 10907081.

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

Color convert

RGB201109166-
CMYK00.460.170.21
HSL322.83º46%60.78%-
HSV(B)322.83º45.77%78.82%-
XYZ36.4426.1139.2-
YUV143.01140.98169.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=42.23%
G=22.90%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110916600.460.170.21322.834660.78
HexC96DA602E11151432e3d
Octal31115524605621255035675
Binary1100100111011011010011001011101000110101101000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DA6; }

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

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

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

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

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

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

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

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