#C27294

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

Shades of Hopbush #C27294

Tints of Hopbush #C27294

Color information

#C27294 (or 0xC27294) is unknown color: approx Hopbush. HEX triplet: C2, 72 and 94. RGB value is (194,114,148). Sum of RGB (Red+Green+Blue) = 194+114+148=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C27294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27294 is #3D8D6B. Grayscale: #8D8D8D. Windows color (decimal): -4033900 or 9728706. OLE color: 9728706.

HSL color Cylindrical-coordinate representation of color #C27294: hue angle of 334.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27294 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194114148-
CMYK00.410.240.24
HSL334.5º39.6%60.39%-
HSV(B)334.5º41.24%76.08%-
XYZ33.6125.6431.19-
YUV141.8131.5165.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=42.54%
G=25%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411414800.410.240.24334.539.660.39
HexC27294029181814e283c
Octal30216222405130305165074
Binary1100001011100101001010001010011100011000101001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27294; }

 p { color: rgb(194,114,148); }

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

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

 a { background-color: rgb(194,114,148); }

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

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

 span { border-color: rgb(194,114,148); }

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