#C97098

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

Shades of Hopbush #C97098

Tints of Hopbush #C97098

Color information

#C97098 (or 0xC97098) is unknown color: approx Hopbush. HEX triplet: C9, 70 and 98. RGB value is (201,112,152). Sum of RGB (Red+Green+Blue) = 201+112+152=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C97098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97098 is #368F67. Grayscale: #8F8F8F. Windows color (decimal): -3575656 or 9990345. OLE color: 9990345.

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

Color convert

RGB201112152-
CMYK00.440.240.21
HSL333.03º45.18%61.37%-
HSV(B)333.03º44.28%78.82%-
XYZ35.5526.2732.9-
YUV143.17132.99169.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=43.23%
G=24.09%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111215200.440.240.21333.0345.1861.37
HexC9709802C181514d2d3d
Octal31116023005430255155575
Binary1100100111100001001100001011001100010101101001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97098; }

 p { color: rgb(201,112,152); }

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

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

 a { background-color: rgb(201,112,152); }

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

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

 span { border-color: rgb(201,112,152); }

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