#C97297

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

Shades of Hopbush #C97297

Tints of Hopbush #C97297

Color information

#C97297 (or 0xC97297) is unknown color: approx Hopbush. HEX triplet: C9, 72 and 97. RGB value is (201,114,151). Sum of RGB (Red+Green+Blue) = 201+114+151=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C97297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97297 is #368D68. Grayscale: #909090. Windows color (decimal): -3575145 or 9925321. OLE color: 9925321.

HSL color Cylindrical-coordinate representation of color #C97297: hue angle of 334.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97297 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB201114151-
CMYK00.430.250.21
HSL334.48º44.62%61.76%-
HSV(B)334.48º43.28%78.82%-
XYZ35.6926.6932.55-
YUV144.23131.82168.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=43.13%
G=24.46%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111415100.430.250.21334.4844.6261.76
HexC9729702B191514e2d3e
Octal31116222705331255165576
Binary1100100111100101001011101010111100110101101001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97297; }

 p { color: rgb(201,114,151); }

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

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

 a { background-color: rgb(201,114,151); }

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

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

 span { border-color: rgb(201,114,151); }

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