#C276A1

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

Shades of Hopbush #C276A1

Tints of Hopbush #C276A1

Color information

#C276A1 (or 0xC276A1) is unknown color: approx Hopbush. HEX triplet: C2, 76 and A1. RGB value is (194,118,161). Sum of RGB (Red+Green+Blue) = 194+118+161=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C276A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C276A1 is #3D895E. Grayscale: #919191. Windows color (decimal): -4032863 or 10581698. OLE color: 10581698.

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

Color convert

RGB194118161-
CMYK00.390.170.24
HSL326.05º38.38%61.18%-
HSV(B)326.05º39.18%76.08%-
XYZ35.162737.08-
YUV145.63136.68162.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.01%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=41.01%
G=24.95%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411816100.390.170.24326.0538.3861.18
HexC276A10271118146263d
Octal30216624104721305064675
Binary1100001011101101010000101001111000111000101000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276A1; }

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

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

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

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

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

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

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

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