#C26185

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

Shades of Hopbush #C26185

Tints of Hopbush #C26185

Color information

#C26185 (or 0xC26185) is unknown color: approx Hopbush. HEX triplet: C2, 61 and 85. RGB value is (194,97,133). Sum of RGB (Red+Green+Blue) = 194+97+133=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C26185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26185 is #3D9E7A. Grayscale: #828282. Windows color (decimal): -4038267 or 8741314. OLE color: 8741314.

HSL color Cylindrical-coordinate representation of color #C26185: hue angle of 337.73º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26185 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19497133-
CMYK00.500.310.24
HSL337.73º44.29%57.06%-
HSV(B)337.73º50%76.08%-
XYZ30.7621.7124.76-
YUV130.11129.64173.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=45.75%
G=22.88%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949713300.500.310.24337.7344.2957.06
HexC261850321F181522c39
Octal30214120506237305225471
Binary1100001011000011000010101100101111111000101010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26185; }

 p { color: rgb(194,97,133); }

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

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

 a { background-color: rgb(194,97,133); }

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

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

 span { border-color: rgb(194,97,133); }

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