#C96DAE

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

Shades of Hopbush #C96DAE

Tints of Hopbush #C96DAE

Color information

#C96DAE (or 0xC96DAE) is unknown color: approx Hopbush. HEX triplet: C9, 6D and AE. RGB value is (201,109,174). Sum of RGB (Red+Green+Blue) = 201+109+174=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DAE is #369251. Grayscale: #8F8F8F. Windows color (decimal): -3576402 or 11431369. OLE color: 11431369.

HSL color Cylindrical-coordinate representation of color #C96DAE: hue angle of 317.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96DAE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201109174-
CMYK00.460.130.21
HSL317.61º46%60.78%-
HSV(B)317.61º45.77%78.82%-
XYZ37.226.4143.18-
YUV143.92144.98168.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=41.53%
G=22.52%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110917400.460.130.21317.614660.78
HexC96DAE02ED1513e2e3d
Octal31115525605615254765675
Binary110010011101101101011100101110110110101100111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DAE; }

 p { color: rgb(201,109,174); }

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

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

 a { background-color: rgb(201,109,174); }

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

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

 span { border-color: rgb(201,109,174); }

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