#C27096

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

Shades of Hopbush #C27096

Tints of Hopbush #C27096

Color information

#C27096 (or 0xC27096) is unknown color: approx Hopbush. HEX triplet: C2, 70 and 96. RGB value is (194,112,150). Sum of RGB (Red+Green+Blue) = 194+112+150=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C27096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27096 is #3D8F69. Grayscale: #8C8C8C. Windows color (decimal): -4034410 or 9859266. OLE color: 9859266.

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

Color convert

RGB194112150-
CMYK00.420.230.24
HSL332.2º40.2%60%-
HSV(B)332.2º42.27%76.08%-
XYZ33.5525.2631.96-
YUV140.85133.17165.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=42.54%
G=24.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411215000.420.230.24332.240.260
HexC2709602A171814c283c
Octal30216022605227305145074
Binary1100001011100001001011001010101011111000101001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27096; }

 p { color: rgb(194,112,150); }

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

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

 a { background-color: rgb(194,112,150); }

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

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

 span { border-color: rgb(194,112,150); }

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