#C8749B

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

Shades of Hopbush #C8749B

Tints of Hopbush #C8749B

Color information

#C8749B (or 0xC8749B) is unknown color: approx Hopbush. HEX triplet: C8, 74 and 9B. RGB value is (200,116,155). Sum of RGB (Red+Green+Blue) = 200+116+155=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8749B is #378B64. Grayscale: #919191. Windows color (decimal): -3640165 or 10187976. OLE color: 10187976.

HSL color Cylindrical-coordinate representation of color #C8749B: hue angle of 332.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8749B is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200116155-
CMYK00.420.220.22
HSL332.14º43.3%61.96%-
HSV(B)332.14º42%78.43%-
XYZ35.9827.1434.35-
YUV145.56133.33166.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=42.46%
G=24.63%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011615500.420.220.22332.1443.361.96
HexC8749B02A161614c2b3e
Octal31016423305226265145376
Binary1100100011101001001101101010101011010110101001100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8749B; }

 p { color: rgb(200,116,155); }

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

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

 a { background-color: rgb(200,116,155); }

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

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

 span { border-color: rgb(200,116,155); }

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