#C968AA

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

Shades of Hopbush #C968AA

Tints of Hopbush #C968AA

Color information

#C968AA (or 0xC968AA) is unknown color: approx Hopbush. HEX triplet: C9, 68 and AA. RGB value is (201,104,170). Sum of RGB (Red+Green+Blue) = 201+104+170=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C968AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C968AA is #369755. Grayscale: #8C8C8C. Windows color (decimal): -3577686 or 11167945. OLE color: 11167945.

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

Color convert

RGB201104170-
CMYK00.480.150.21
HSL319.18º47.32%59.8%-
HSV(B)319.18º48.26%78.82%-
XYZ36.2925.2240.99-
YUV140.53144.64171.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=42.32%
G=21.89%
B=35.79%

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
Decimal20110417000.480.150.21319.1847.3259.8
HexC968AA030F1513f2f3c
Octal31115025206017254775774
Binary110010011101000101010100110000111110101100111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C968AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C968AA; }

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

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

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

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

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

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

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

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