#C278A5

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

Shades of Hopbush #C278A5

Tints of Hopbush #C278A5

Color information

#C278A5 (or 0xC278A5) is unknown color: approx Hopbush. HEX triplet: C2, 78 and A5. RGB value is (194,120,165). Sum of RGB (Red+Green+Blue) = 194+120+165=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C278A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278A5 is #3D875A. Grayscale: #939393. Windows color (decimal): -4032347 or 10844354. OLE color: 10844354.

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

Color convert

RGB194120165-
CMYK00.380.150.24
HSL323.51º37.76%61.57%-
HSV(B)323.51º38.14%76.08%-
XYZ35.7627.6239.04-
YUV147.26138.02161.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=40.50%
G=25.05%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412016500.380.150.24323.5137.7661.57
HexC278A5026F18144263e
Octal30217024504617305044676
Binary110000101111000101001010100110111111000101000100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278A5; }

 p { color: rgb(194,120,165); }

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

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

 a { background-color: rgb(194,120,165); }

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

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

 span { border-color: rgb(194,120,165); }

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