#c97090

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

Shades of Hopbush #C97090

Tints of Hopbush #C97090

Color information

#C97090 (or 0xC97090) is unknown color: approx Hopbush. HEX triplet: C9, 70 and 90. RGB value is (201,112,144). Sum of RGB (Red+Green+Blue) = 201+112+144=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C97090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97090 is #368F6F. Grayscale: #8E8E8E. Windows color (decimal): -3575664 or 9466057. OLE color: 9466057.

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

Color convert

RGB201112144-
CMYK00.440.280.21
HSL338.43º45.18%61.37%-
HSV(B)338.43º44.28%78.82%-
XYZ34.9226.0229.57-
YUV142.26128.99169.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=43.98%
G=24.51%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111214400.440.280.21338.4345.1861.37
HexC9709002C1C151522d3d
Octal31116022005434255225575
Binary1100100111100001001000001011001110010101101010010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97090; }

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

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

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

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

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

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

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

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