#C279A0

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

Shades of Hopbush #C279A0

Tints of Hopbush #C279A0

Color information

#C279A0 (or 0xC279A0) is unknown color: approx Hopbush. HEX triplet: C2, 79 and A0. RGB value is (194,121,160). Sum of RGB (Red+Green+Blue) = 194+121+160=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C279A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279A0 is #3D865F. Grayscale: #939393. Windows color (decimal): -4032096 or 10516930. OLE color: 10516930.

HSL color Cylindrical-coordinate representation of color #C279A0: hue angle of 327.95º 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 #C279A0 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194121160-
CMYK00.380.180.24
HSL327.95º37.44%61.76%-
HSV(B)327.95º37.63%76.08%-
XYZ35.4327.6836.73-
YUV147.27135.18161.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=40.84%
G=25.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412116000.380.180.24327.9537.4461.76
HexC279A00261218148253e
Octal30217124004622305104576
Binary1100001011110011010000001001101001011000101001000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279A0; }

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

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

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

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

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

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

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

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