#C27695

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

Shades of Hopbush #C27695

Tints of Hopbush #C27695

Color information

#C27695 (or 0xC27695) is unknown color: approx Hopbush. HEX triplet: C2, 76 and 95. RGB value is (194,118,149). Sum of RGB (Red+Green+Blue) = 194+118+149=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C27695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27695 is #3D896A. Grayscale: #909090. Windows color (decimal): -4032875 or 9795266. OLE color: 9795266.

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

Color convert

RGB194118149-
CMYK00.390.230.24
HSL335.53º38.38%61.18%-
HSV(B)335.53º39.18%76.08%-
XYZ34.1526.631.77-
YUV144.26130.68163.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=42.08%
G=25.60%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411814900.390.230.24335.5338.3861.18
HexC276950271718150263d
Octal30216622504727305204675
Binary1100001011101101001010101001111011111000101010000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27695; }

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

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

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

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

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

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

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

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