#C965A8

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

Shades of Hopbush #C965A8

Tints of Hopbush #C965A8

Color information

#C965A8 (or 0xC965A8) is unknown color: approx Hopbush. HEX triplet: C9, 65 and A8. RGB value is (201,101,168). Sum of RGB (Red+Green+Blue) = 201+101+168=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C965A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965A8 is #369A57. Grayscale: #8A8A8A. Windows color (decimal): -3578456 or 11036105. OLE color: 11036105.

HSL color Cylindrical-coordinate representation of color #C965A8: hue angle of 319.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965A8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB201101168-
CMYK00.500.160.21
HSL319.8º48.08%59.22%-
HSV(B)319.8º49.75%78.82%-
XYZ35.8124.5539.9-
YUV138.54144.63172.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=42.77%
G=21.49%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110116800.500.160.21319.848.0859.22
HexC965A80321015140303b
Octal31114525006220255006073
Binary1100100111001011010100001100101000010101101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965A8; }

 p { color: rgb(201,101,168); }

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

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

 a { background-color: rgb(201,101,168); }

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

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

 span { border-color: rgb(201,101,168); }

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