#C963A5

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

Shades of Hopbush #C963A5

Tints of Hopbush #C963A5

Color information

#C963A5 (or 0xC963A5) is unknown color: approx Hopbush. HEX triplet: C9, 63 and A5. RGB value is (201,99,165). Sum of RGB (Red+Green+Blue) = 201+99+165=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C963A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963A5 is #369C5A. Grayscale: #888888. Windows color (decimal): -3578971 or 10838985. OLE color: 10838985.

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

Color convert

RGB20199165-
CMYK00.510.180.21
HSL321.18º48.57%58.82%-
HSV(B)321.18º50.75%78.82%-
XYZ35.3424.0638.38-
YUV137.02143.79173.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=43.23%
G=21.29%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019916500.510.180.21321.1848.5758.82
HexC963A50331215141313b
Octal31114324506322255016173
Binary1100100111000111010010101100111001010101101000001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963A5; }

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

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

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

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

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

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

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

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