#C963A1

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

Shades of Hopbush #C963A1

Tints of Hopbush #C963A1

Color information

#C963A1 (or 0xC963A1) is unknown color: approx Hopbush. HEX triplet: C9, 63 and A1. RGB value is (201,99,161). Sum of RGB (Red+Green+Blue) = 201+99+161=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C963A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963A1 is #369C5E. Grayscale: #888888. Windows color (decimal): -3578975 or 10576841. OLE color: 10576841.

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

Color convert

RGB20199161-
CMYK00.510.200.21
HSL323.53º48.57%58.82%-
HSV(B)323.53º50.75%78.82%-
XYZ34.9823.9136.49-
YUV136.57141.79173.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=43.60%
G=21.48%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019916100.510.200.21323.5348.5758.82
HexC963A10331415144313b
Octal31114324106324255046173
Binary1100100111000111010000101100111010010101101000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963A1; }

 p { color: rgb(201,99,161); }

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

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

 a { background-color: rgb(201,99,161); }

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

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

 span { border-color: rgb(201,99,161); }

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