#C97AAA

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

Shades of Hopbush #C97AAA

Tints of Hopbush #C97AAA

Color information

#C97AAA (or 0xC97AAA) is unknown color: approx Hopbush. HEX triplet: C9, 7A and AA. RGB value is (201,122,170). Sum of RGB (Red+Green+Blue) = 201+122+170=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AAA is #368555. Grayscale: #969696. Windows color (decimal): -3573078 or 11172553. OLE color: 11172553.

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

Color convert

RGB201122170-
CMYK00.390.150.21
HSL323.54º42.25%63.33%-
HSV(B)323.54º39.3%78.82%-
XYZ38.329.2441.66-
YUV151.09138.67163.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=40.77%
G=24.75%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112217000.390.150.21323.5442.2563.33
HexC97AAA027F151442a3f
Octal31117225204717255045277
Binary110010011111010101010100100111111110101101000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AAA; }

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

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

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

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

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

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

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

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