#C96CAB

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

Shades of Hopbush #C96CAB

Tints of Hopbush #C96CAB

Color information

#C96CAB (or 0xC96CAB) is unknown color: approx Hopbush. HEX triplet: C9, 6C and AB. RGB value is (201,108,171). Sum of RGB (Red+Green+Blue) = 201+108+171=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CAB is #369354. Grayscale: #8E8E8E. Windows color (decimal): -3576661 or 11234505. OLE color: 11234505.

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

Color convert

RGB201108171-
CMYK00.460.150.21
HSL319.35º46.27%60.59%-
HSV(B)319.35º46.27%78.82%-
XYZ36.826.0841.62-
YUV142.99143.81169.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=41.88%
G=22.5%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110817100.460.150.21319.3546.2760.59
HexC96CAB02EF1513f2e3d
Octal31115425305617254775675
Binary110010011101100101010110101110111110101100111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CAB; }

 p { color: rgb(201,108,171); }

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

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

 a { background-color: rgb(201,108,171); }

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

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

 span { border-color: rgb(201,108,171); }

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