#C96AA7

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

Shades of Hopbush #C96AA7

Tints of Hopbush #C96AA7

Color information

#C96AA7 (or 0xC96AA7) is unknown color: approx Hopbush. HEX triplet: C9, 6A and A7. RGB value is (201,106,167). Sum of RGB (Red+Green+Blue) = 201+106+167=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96AA7 is #369558. Grayscale: #8D8D8D. Windows color (decimal): -3577177 or 10971849. OLE color: 10971849.

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

Color convert

RGB201106167-
CMYK00.470.170.21
HSL321.47º46.8%60.2%-
HSV(B)321.47º47.26%78.82%-
XYZ36.2225.5239.58-
YUV141.36142.47170.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=42.41%
G=22.36%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110616700.470.170.21321.4746.860.2
HexC96AA702F11151412f3c
Octal31115224705721255015774
Binary1100100111010101010011101011111000110101101000001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AA7; }

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

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

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

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

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

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

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

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