#C8769D

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

Shades of Hopbush #C8769D

Tints of Hopbush #C8769D

Color information

#C8769D (or 0xC8769D) is unknown color: approx Hopbush. HEX triplet: C8, 76 and 9D. RGB value is (200,118,157). Sum of RGB (Red+Green+Blue) = 200+118+157=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8769D is #378962. Grayscale: #929292. Windows color (decimal): -3639651 or 10319560. OLE color: 10319560.

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

Color convert

RGB200118157-
CMYK00.410.220.22
HSL331.46º42.71%62.35%-
HSV(B)331.46º41%78.43%-
XYZ36.3827.6735.32-
YUV146.96133.67165.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=42.11%
G=24.84%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011815700.410.220.22331.4642.7162.35
HexC8769D029161614b2b3e
Octal31016623505126265135376
Binary1100100011101101001110101010011011010110101001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8769D; }

 p { color: rgb(200,118,157); }

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

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

 a { background-color: rgb(200,118,157); }

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

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

 span { border-color: rgb(200,118,157); }

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