#C97AAC

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

Shades of Hopbush #C97AAC

Tints of Hopbush #C97AAC

Color information

#C97AAC (or 0xC97AAC) is unknown color: approx Hopbush. HEX triplet: C9, 7A and AC. RGB value is (201,122,172). Sum of RGB (Red+Green+Blue) = 201+122+172=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AAC is #368553. Grayscale: #979797. Windows color (decimal): -3573076 or 11303625. OLE color: 11303625.

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

Color convert

RGB201122172-
CMYK00.390.140.21
HSL322.03º42.25%63.33%-
HSV(B)322.03º39.3%78.82%-
XYZ38.4929.3242.66-
YUV151.32139.67163.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=40.61%
G=24.65%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112217200.390.140.21322.0342.2563.33
HexC97AAC027E151422a3f
Octal31117225404716255025277
Binary110010011111010101011000100111111010101101000010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AAC; }

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

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

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

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

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

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

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

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