#C96AAA

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

Shades of Hopbush #C96AAA

Tints of Hopbush #C96AAA

Color information

#C96AAA (or 0xC96AAA) is unknown color: approx Hopbush. HEX triplet: C9, 6A and AA. RGB value is (201,106,170). Sum of RGB (Red+Green+Blue) = 201+106+170=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96AAA is #369555. Grayscale: #8D8D8D. Windows color (decimal): -3577174 or 11168457. OLE color: 11168457.

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

Color convert

RGB201106170-
CMYK00.470.150.21
HSL319.58º46.8%60.2%-
HSV(B)319.58º47.26%78.82%-
XYZ36.525.6341.05-
YUV141.7143.97170.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.14%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=42.14%
G=22.22%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110617000.470.150.21319.5846.860.2
HexC96AAA02FF151402f3c
Octal31115225205717255005774
Binary110010011101010101010100101111111110101101000000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AAA; }

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

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

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

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

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

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

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

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