#8C265E

Color #8C265E Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8C265E

Tints of Rose Bud Cherry #8C265E

Color information

#8C265E (or 0x8C265E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 26 and 5E. RGB value is (140,38,94). Sum of RGB (Red+Green+Blue) = 140+38+94=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C265E is #73D9A1. Grayscale: #4A4A4A. Windows color (decimal): -7592354 or 6170252. OLE color: 6170252.

HSL color Cylindrical-coordinate representation of color #8C265E: hue angle of 327.06º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C265E is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1403894-
CMYK00.730.330.45
HSL327.06º57.3%34.9%-
HSV(B)327.06º72.86%54.9%-
XYZ13.537.7711.38-
YUV74.88138.79174.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.47%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=51.47%
G=13.97%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140389400.730.330.45327.0657.334.9
Hex8C265E049212D1473923
Octal21446136011141555077143
Binary10001100100110101111001001001100001101101101000111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C265E; }

 p { color: rgb(140,38,94); }

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

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

 a { background-color: rgb(140,38,94); }

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

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

 span { border-color: rgb(140,38,94); }

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