#C97AAE

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

Shades of Hopbush #C97AAE

Tints of Hopbush #C97AAE

Color information

#C97AAE (or 0xC97AAE) is unknown color: approx Hopbush. HEX triplet: C9, 7A and AE. RGB value is (201,122,174). Sum of RGB (Red+Green+Blue) = 201+122+174=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AAE is #368551. Grayscale: #979797. Windows color (decimal): -3573074 or 11434697. OLE color: 11434697.

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

Color convert

RGB201122174-
CMYK00.390.130.21
HSL320.51º42.25%63.33%-
HSV(B)320.51º39.3%78.82%-
XYZ38.6929.3943.68-
YUV151.55140.67163.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=40.44%
G=24.55%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112217400.390.130.21320.5142.2563.33
HexC97AAE027D151412a3f
Octal31117225604715255015277
Binary110010011111010101011100100111110110101101000001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AAE; }

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

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

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

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

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

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

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

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