#C2769D

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

Shades of Hopbush #C2769D

Tints of Hopbush #C2769D

Color information

#C2769D (or 0xC2769D) is unknown color: approx Hopbush. HEX triplet: C2, 76 and 9D. RGB value is (194,118,157). Sum of RGB (Red+Green+Blue) = 194+118+157=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2769D is #3D8962. Grayscale: #919191. Windows color (decimal): -4032867 or 10319554. OLE color: 10319554.

HSL color Cylindrical-coordinate representation of color #C2769D: hue angle of 329.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2769D is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194118157-
CMYK00.390.190.24
HSL329.21º38.38%61.18%-
HSV(B)329.21º39.18%76.08%-
XYZ34.8126.8635.25-
YUV145.17134.68162.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=41.36%
G=25.16%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411815700.390.190.24329.2138.3861.18
HexC2769D0271318149263d
Octal30216623504723305114675
Binary1100001011101101001110101001111001111000101001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2769D; }

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

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

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

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

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

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

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

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