#C376A0

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

Shades of Hopbush #C376A0

Tints of Hopbush #C376A0

Color information

#C376A0 (or 0xC376A0) is unknown color: approx Hopbush. HEX triplet: C3, 76 and A0. RGB value is (195,118,160). Sum of RGB (Red+Green+Blue) = 195+118+160=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C376A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C376A0 is #3C895F. Grayscale: #919191. Windows color (decimal): -3967328 or 10516163. OLE color: 10516163.

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

Color convert

RGB195118160-
CMYK00.390.180.24
HSL327.27º39.09%61.37%-
HSV(B)327.27º39.49%76.47%-
XYZ35.3327.136.63-
YUV145.81136.01163.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=41.23%
G=24.95%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511816000.390.180.24327.2739.0961.37
HexC376A00271218147273d
Octal30316624004722305074775
Binary1100001111101101010000001001111001011000101000111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376A0; }

 p { color: rgb(195,118,160); }

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

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

 a { background-color: rgb(195,118,160); }

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

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

 span { border-color: rgb(195,118,160); }

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