#C966AB

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

Shades of Hopbush #C966AB

Tints of Hopbush #C966AB

Color information

#C966AB (or 0xC966AB) is unknown color: approx Hopbush. HEX triplet: C9, 66 and AB. RGB value is (201,102,171). Sum of RGB (Red+Green+Blue) = 201+102+171=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C966AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966AB is #369954. Grayscale: #8B8B8B. Windows color (decimal): -3578197 or 11232969. OLE color: 11232969.

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

Color convert

RGB201102171-
CMYK00.490.150.21
HSL318.18º47.83%59.41%-
HSV(B)318.18º49.25%78.82%-
XYZ36.1924.8641.42-
YUV139.47145.8171.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=42.41%
G=21.52%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110217100.490.150.21318.1847.8359.41
HexC966AB031F1513e303b
Octal31114625306117254766073
Binary110010011100110101010110110001111110101100111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966AB; }

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

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

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

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

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

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

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

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