#C961A6

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

Shades of Hopbush #C961A6

Tints of Hopbush #C961A6

Color information

#C961A6 (or 0xC961A6) is unknown color: approx Hopbush. HEX triplet: C9, 61 and A6. RGB value is (201,97,166). Sum of RGB (Red+Green+Blue) = 201+97+166=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C961A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C961A6 is #369E59. Grayscale: #878787. Windows color (decimal): -3579482 or 10904009. OLE color: 10904009.

HSL color Cylindrical-coordinate representation of color #C961A6: hue angle of 320.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961A6 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB20197166-
CMYK00.520.170.21
HSL320.19º49.06%58.43%-
HSV(B)320.19º51.74%78.82%-
XYZ35.2523.7238.8-
YUV135.96144.96174.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=43.32%
G=20.91%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019716600.520.170.21320.1949.0658.43
HexC961A60341115140313a
Octal31114124606421255006172
Binary1100100111000011010011001101001000110101101000000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C961A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C961A6; }

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

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

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

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

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

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

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

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