#C966A1

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

Shades of Hopbush #C966A1

Tints of Hopbush #C966A1

Color information

#C966A1 (or 0xC966A1) is unknown color: approx Hopbush. HEX triplet: C9, 66 and A1. RGB value is (201,102,161). Sum of RGB (Red+Green+Blue) = 201+102+161=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C966A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966A1 is #36995E. Grayscale: #8A8A8A. Windows color (decimal): -3578207 or 10577609. OLE color: 10577609.

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

Color convert

RGB201102161-
CMYK00.490.200.21
HSL324.24º47.83%59.41%-
HSV(B)324.24º49.25%78.82%-
XYZ35.2724.4936.59-
YUV138.33140.8172.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=43.32%
G=21.98%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110216100.490.200.21324.2447.8359.41
HexC966A10311415144303b
Octal31114624106124255046073
Binary1100100111001101010000101100011010010101101000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966A1; }

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

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

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

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

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

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

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

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