#C97EAA

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

Shades of Hopbush #C97EAA

Tints of Hopbush #C97EAA

Color information

#C97EAA (or 0xC97EAA) is unknown color: approx Hopbush. HEX triplet: C9, 7E and AA. RGB value is (201,126,170). Sum of RGB (Red+Green+Blue) = 201+126+170=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C97EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97EAA is #368155. Grayscale: #999999. Windows color (decimal): -3572054 or 11173577. OLE color: 11173577.

HSL color Cylindrical-coordinate representation of color #C97EAA: hue angle of 324.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97EAA is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201126170-
CMYK00.370.150.21
HSL324.8º40.98%64.12%-
HSV(B)324.8º37.31%78.82%-
XYZ38.830.2441.82-
YUV153.44137.35161.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=40.44%
G=25.35%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112617000.370.150.21324.840.9864.12
HexC97EAA025F151452940
Octal311176252045172550551100
Binary1100100111111101010101001001011111101011010001011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97EAA; }

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

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

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

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

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

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

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

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