#C6769D

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

Shades of Hopbush #C6769D

Tints of Hopbush #C6769D

Color information

#C6769D (or 0xC6769D) is unknown color: approx Hopbush. HEX triplet: C6, 76 and 9D. RGB value is (198,118,157). Sum of RGB (Red+Green+Blue) = 198+118+157=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6769D is #398962. Grayscale: #929292. Windows color (decimal): -3770723 or 10319558. OLE color: 10319558.

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

Color convert

RGB198118157-
CMYK00.400.210.22
HSL330.75º41.24%61.96%-
HSV(B)330.75º40.4%77.65%-
XYZ35.8527.435.3-
YUV146.37134164.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=41.86%
G=24.95%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811815700.400.210.22330.7541.2461.96
HexC6769D028151614b293e
Octal30616623505025265135176
Binary1100011011101101001110101010001010110110101001011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6769D; }

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

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

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

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

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

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

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

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