#C2799E

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

Shades of Hopbush #C2799E

Tints of Hopbush #C2799E

Color information

#C2799E (or 0xC2799E) is unknown color: approx Hopbush. HEX triplet: C2, 79 and 9E. RGB value is (194,121,158). Sum of RGB (Red+Green+Blue) = 194+121+158=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2799E is #3D8661. Grayscale: #929292. Windows color (decimal): -4032098 or 10385858. OLE color: 10385858.

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

Color convert

RGB194121158-
CMYK00.380.190.24
HSL329.59º37.44%61.76%-
HSV(B)329.59º37.63%76.08%-
XYZ35.2627.6135.82-
YUV147.05134.18161.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=41.01%
G=25.58%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412115800.380.190.24329.5937.4461.76
HexC2799E026131814a253e
Octal30217123604623305124576
Binary1100001011110011001111001001101001111000101001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2799E; }

 p { color: rgb(194,121,158); }

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

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

 a { background-color: rgb(194,121,158); }

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

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

 span { border-color: rgb(194,121,158); }

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