#C07897

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

Shades of Hopbush #C07897

Tints of Hopbush #C07897

Color information

#C07897 (or 0xC07897) is unknown color: approx Hopbush. HEX triplet: C0, 78 and 97. RGB value is (192,120,151). Sum of RGB (Red+Green+Blue) = 192+120+151=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C07897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07897 is #3F8768. Grayscale: #919191. Windows color (decimal): -4163433 or 9926848. OLE color: 9926848.

HSL color Cylindrical-coordinate representation of color #C07897: hue angle of 334.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07897 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB192120151-
CMYK00.380.210.25
HSL334.17º36.36%61.18%-
HSV(B)334.17º37.5%75.29%-
XYZ34.0426.8732.67-
YUV145.06131.35161.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=41.47%
G=25.92%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212015100.380.210.25334.1736.3661.18
HexC07897026151914e243d
Octal30017022704625315164475
Binary1100000011110001001011101001101010111001101001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07897; }

 p { color: rgb(192,120,151); }

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

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

 a { background-color: rgb(192,120,151); }

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

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

 span { border-color: rgb(192,120,151); }

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