#C9769F

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

Shades of Hopbush #C9769F

Tints of Hopbush #C9769F

Color information

#C9769F (or 0xC9769F) is unknown color: approx Hopbush. HEX triplet: C9, 76 and 9F. RGB value is (201,118,159). Sum of RGB (Red+Green+Blue) = 201+118+159=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9769F is #368960. Grayscale: #939393. Windows color (decimal): -3574113 or 10450633. OLE color: 10450633.

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

Color convert

RGB201118159-
CMYK00.410.210.21
HSL330.36º43.46%62.55%-
HSV(B)330.36º41.29%78.82%-
XYZ36.8227.8836.24-
YUV147.49134.5166.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=42.05%
G=24.69%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111815900.410.210.21330.3643.4662.55
HexC9769F029151514a2b3f
Octal31116623705125255125377
Binary1100100111101101001111101010011010110101101001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9769F; }

 p { color: rgb(201,118,159); }

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

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

 a { background-color: rgb(201,118,159); }

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

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

 span { border-color: rgb(201,118,159); }

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