#C966A4

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

Shades of Hopbush #C966A4

Tints of Hopbush #C966A4

Color information

#C966A4 (or 0xC966A4) is unknown color: approx Hopbush. HEX triplet: C9, 66 and A4. RGB value is (201,102,164). Sum of RGB (Red+Green+Blue) = 201+102+164=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C966A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966A4 is #36995B. Grayscale: #8A8A8A. Windows color (decimal): -3578204 or 10774217. OLE color: 10774217.

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

Color convert

RGB201102164-
CMYK00.490.180.21
HSL322.42º47.83%59.41%-
HSV(B)322.42º49.25%78.82%-
XYZ35.5424.638-
YUV138.67142.3172.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=43.04%
G=21.84%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110216400.490.180.21322.4247.8359.41
HexC966A40311215142303b
Octal31114624406122255026073
Binary1100100111001101010010001100011001010101101000010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966A4; }

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

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

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

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

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

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

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

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