#C6769A

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

Shades of Hopbush #C6769A

Tints of Hopbush #C6769A

Color information

#C6769A (or 0xC6769A) is unknown color: approx Hopbush. HEX triplet: C6, 76 and 9A. RGB value is (198,118,154). Sum of RGB (Red+Green+Blue) = 198+118+154=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6769A is #398965. Grayscale: #919191. Windows color (decimal): -3770726 or 10122950. OLE color: 10122950.

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

Color convert

RGB198118154-
CMYK00.400.220.22
HSL333º41.24%61.96%-
HSV(B)333º40.4%77.65%-
XYZ35.627.333.96-
YUV146.02132.5165.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=42.13%
G=25.11%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811815400.400.220.2233341.2461.96
HexC6769A028161614d293e
Octal30616623205026265155176
Binary1100011011101101001101001010001011010110101001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6769A; }

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

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

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

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

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

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

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

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