#C969AA

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

Shades of Hopbush #C969AA

Tints of Hopbush #C969AA

Color information

#C969AA (or 0xC969AA) is unknown color: approx Hopbush. HEX triplet: C9, 69 and AA. RGB value is (201,105,170). Sum of RGB (Red+Green+Blue) = 201+105+170=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C969AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C969AA is #369655. Grayscale: #8C8C8C. Windows color (decimal): -3577430 or 11168201. OLE color: 11168201.

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

Color convert

RGB201105170-
CMYK00.480.150.21
HSL319.38º47.06%60%-
HSV(B)319.38º47.76%78.82%-
XYZ36.3925.4241.02-
YUV141.11144.3170.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=42.23%
G=22.06%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110517000.480.150.21319.3847.0660
HexC969AA030F1513f2f3c
Octal31115125206017254775774
Binary110010011101001101010100110000111110101100111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969AA; }

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

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

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

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

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

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

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

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