#C960A2

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

Shades of Hopbush #C960A2

Tints of Hopbush #C960A2

Color information

#C960A2 (or 0xC960A2) is unknown color: approx Hopbush. HEX triplet: C9, 60 and A2. RGB value is (201,96,162). Sum of RGB (Red+Green+Blue) = 201+96+162=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C960A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C960A2 is #369F5D. Grayscale: #868686. Windows color (decimal): -3579742 or 10641609. OLE color: 10641609.

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

Color convert

RGB20196162-
CMYK00.520.190.21
HSL322.29º49.3%58.24%-
HSV(B)322.29º52.24%78.82%-
XYZ34.7923.3936.86-
YUV134.92143.29175.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=43.79%
G=20.92%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019616200.520.190.21322.2949.358.24
HexC960A20341315142313a
Octal31114024206423255026172
Binary1100100111000001010001001101001001110101101000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C960A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C960A2; }

 p { color: rgb(201,96,162); }

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

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

 a { background-color: rgb(201,96,162); }

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

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

 span { border-color: rgb(201,96,162); }

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