#C27494

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

Shades of Hopbush #C27494

Tints of Hopbush #C27494

Color information

#C27494 (or 0xC27494) is unknown color: approx Hopbush. HEX triplet: C2, 74 and 94. RGB value is (194,116,148). Sum of RGB (Red+Green+Blue) = 194+116+148=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C27494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27494 is #3D8B6B. Grayscale: #8E8E8E. Windows color (decimal): -4033388 or 9729218. OLE color: 9729218.

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

Color convert

RGB194116148-
CMYK00.400.240.24
HSL335.38º39%60.78%-
HSV(B)335.38º40.21%76.08%-
XYZ33.8426.131.27-
YUV142.97130.84164.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=42.36%
G=25.33%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411614800.400.240.24335.383960.78
HexC27494028181814f273d
Octal30216422405030305174775
Binary1100001011101001001010001010001100011000101001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27494; }

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

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

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

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

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

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

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

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