#C87A98

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

Shades of Hopbush #C87A98

Tints of Hopbush #C87A98

Color information

#C87A98 (or 0xC87A98) is unknown color: approx Hopbush. HEX triplet: C8, 7A and 98. RGB value is (200,122,152). Sum of RGB (Red+Green+Blue) = 200+122+152=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A98 is #378567. Grayscale: #949494. Windows color (decimal): -3638632 or 9992904. OLE color: 9992904.

HSL color Cylindrical-coordinate representation of color #C87A98: hue angle of 336.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87A98 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200122152-
CMYK00.390.240.22
HSL336.92º41.49%63.14%-
HSV(B)336.92º39%78.43%-
XYZ36.4528.4733.28-
YUV148.74129.84164.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 152 (59.77% from 255) = 32.07%
R=42.19%
G=25.74%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012215200.390.240.22336.9241.4963.14
HexC87A980271816151293f
Octal31017223004730265215177
Binary1100100011110101001100001001111100010110101010001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A98; }

 p { color: rgb(200,122,152); }

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

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

 a { background-color: rgb(200,122,152); }

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

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

 span { border-color: rgb(200,122,152); }

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