#C969AC

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

Shades of Hopbush #C969AC

Tints of Hopbush #C969AC

Color information

#C969AC (or 0xC969AC) is unknown color: approx Hopbush. HEX triplet: C9, 69 and AC. RGB value is (201,105,172). Sum of RGB (Red+Green+Blue) = 201+105+172=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C969AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C969AC is #369653. Grayscale: #8D8D8D. Windows color (decimal): -3577428 or 11299273. OLE color: 11299273.

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

Color convert

RGB201105172-
CMYK00.480.140.21
HSL318.12º47.06%60%-
HSV(B)318.12º47.76%78.82%-
XYZ36.5925.542.02-
YUV141.34145.3170.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=42.05%
G=21.97%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110517200.480.140.21318.1247.0660
HexC969AC030E1513e2f3c
Octal31115125406016254765774
Binary110010011101001101011000110000111010101100111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969AC; }

 p { color: rgb(201,105,172); }

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

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

 a { background-color: rgb(201,105,172); }

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

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

 span { border-color: rgb(201,105,172); }

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