#C27295

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

Shades of Hopbush #C27295

Tints of Hopbush #C27295

Color information

#C27295 (or 0xC27295) is unknown color: approx Hopbush. HEX triplet: C2, 72 and 95. RGB value is (194,114,149). Sum of RGB (Red+Green+Blue) = 194+114+149=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27295 is #3D8D6A. Grayscale: #8D8D8D. Windows color (decimal): -4033899 or 9794242. OLE color: 9794242.

HSL color Cylindrical-coordinate representation of color #C27295: hue angle of 333.75º 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 #C27295 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB194114149-
CMYK00.410.230.24
HSL333.75º39.6%60.39%-
HSV(B)333.75º41.24%76.08%-
XYZ33.6925.6731.61-
YUV141.91132165.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=42.45%
G=24.95%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411414900.410.230.24333.7539.660.39
HexC27295029171814e283c
Octal30216222505127305165074
Binary1100001011100101001010101010011011111000101001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27295; }

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

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

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

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

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

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

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

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