#C965A7

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

Shades of Hopbush #C965A7

Tints of Hopbush #C965A7

Color information

#C965A7 (or 0xC965A7) is unknown color: approx Hopbush. HEX triplet: C9, 65 and A7. RGB value is (201,101,167). Sum of RGB (Red+Green+Blue) = 201+101+167=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C965A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965A7 is #369A58. Grayscale: #8A8A8A. Windows color (decimal): -3578457 or 10970569. OLE color: 10970569.

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

Color convert

RGB201101167-
CMYK00.500.170.21
HSL320.4º48.08%59.22%-
HSV(B)320.4º49.75%78.82%-
XYZ35.7224.5139.41-
YUV138.42144.13172.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=42.86%
G=21.54%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110116700.500.170.21320.448.0859.22
HexC965A70321115140303b
Octal31114524706221255006073
Binary1100100111001011010011101100101000110101101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965A7; }

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

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

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

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

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

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

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

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