#C96A9A

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

Shades of Hopbush #C96A9A

Tints of Hopbush #C96A9A

Color information

#C96A9A (or 0xC96A9A) is unknown color: approx Hopbush. HEX triplet: C9, 6A and 9A. RGB value is (201,106,154). Sum of RGB (Red+Green+Blue) = 201+106+154=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96A9A is #369565. Grayscale: #8B8B8B. Windows color (decimal): -3577190 or 10119881. OLE color: 10119881.

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

Color convert

RGB201106154-
CMYK00.470.230.21
HSL329.68º46.8%60.2%-
HSV(B)329.68º47.26%78.82%-
XYZ35.0725.0633.56-
YUV139.88135.97171.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=43.60%
G=22.99%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110615400.470.230.21329.6846.860.2
HexC96A9A02F171514a2f3c
Octal31115223205727255125774
Binary1100100111010101001101001011111011110101101001010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A9A; }

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

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

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

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

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

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

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

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