#C276A3

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

Shades of Hopbush #C276A3

Tints of Hopbush #C276A3

Color information

#C276A3 (or 0xC276A3) is unknown color: approx Hopbush. HEX triplet: C2, 76 and A3. RGB value is (194,118,163). Sum of RGB (Red+Green+Blue) = 194+118+163=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C276A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C276A3 is #3D895C. Grayscale: #919191. Windows color (decimal): -4032861 or 10712770. OLE color: 10712770.

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

Color convert

RGB194118163-
CMYK00.390.160.24
HSL324.47º38.38%61.18%-
HSV(B)324.47º39.18%76.08%-
XYZ35.3427.0738.01-
YUV145.85137.68162.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=40.84%
G=24.84%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411816300.390.160.24324.4738.3861.18
HexC276A30271018144263d
Octal30216624304720305044675
Binary1100001011101101010001101001111000011000101000100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276A3; }

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

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

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

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

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

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

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

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