#C9769A

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

Shades of Hopbush #C9769A

Tints of Hopbush #C9769A

Color information

#C9769A (or 0xC9769A) is unknown color: approx Hopbush. HEX triplet: C9, 76 and 9A. RGB value is (201,118,154). Sum of RGB (Red+Green+Blue) = 201+118+154=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9769A is #368965. Grayscale: #929292. Windows color (decimal): -3574118 or 10122953. OLE color: 10122953.

HSL color Cylindrical-coordinate representation of color #C9769A: hue angle of 333.98º 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 #C9769A is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB201118154-
CMYK00.410.230.21
HSL333.98º43.46%62.55%-
HSV(B)333.98º41.29%78.82%-
XYZ36.427.7134-
YUV146.92132166.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=42.49%
G=24.95%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111815400.410.230.21333.9843.4662.55
HexC9769A029171514e2b3f
Octal31116623205127255165377
Binary1100100111101101001101001010011011110101101001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9769A; }

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

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

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

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

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

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

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

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